Html Css Color HEX #44209B Blue Gem

📋 copy color: '#44209B'

red 68 ◦ green 32 ◦ blue 155

#44209B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #44209B

Tints of Blue Gem #44209B

RGB

 RED value IS 68 (26.95% from 255) = 26.67%

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 155 (60.94% from 255) = 60.78%

R = 26.67%
G = 12.55%
B = 60.78%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#44209B (or 0x44209B) is known color: Blue Gem. HEX triplet: 44, 20 and 9B. RGB value is (68,32,155). Sum of RGB (Red+Green+Blue) = 68+32+155=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #44209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44209B is #BBDF64. Grayscale: #383838. Windows color (decimal): -12312421 or 10166340. OLE color: 10166340.

HSL color Cylindrical-coordinate representation of color #44209B: hue angle of 257.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44209B is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 32 155 -
CMYK 0.56 0.79 0 0.39
HSL 257.56º 0.66% 0.37% -
HSV(B) 257.56º 0.79% 0.61% -
XYZ 8.82 4.63 31.44 -
YUV 56.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 68 32 155 0.56 0.79 0 0.39 257.56 0.66 0.37
Hex 44 20 9B 38 4F 0 27 102 42 25
Octal 104 40 233 70 117 0 47 402 102 45
Binary 1000100 100000 10011011 111000 1001111 0 100111 100000010 1000010 100101

Color Harmonies of #44209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44209B

Black with #44209B

Text Example


Text Example

White with #44209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44209B; }

 p { color: rgb(68,32,155); }

 H1.HeaderClassName
 {
   color: #44209B;
 }
 .AnyTagClassName
 {
   color: #44209B;
 }
</style>

background-color css

<style>
 a { background-color: #44209B; }

 a { background-color: rgb(68,32,155); }

 div.DivClassName
 {
   background-color: #44209B;
 }
 .BgClassName
 {
   background-color: #44209B;
 }
</style>

border-color css

<style>
 span { border-color: #44209B; }

 span { border-color: rgb(68,32,155); }

 td.TdClassName
 {
   border-color: #44209B;
 }
 .TagClassName
 {
   border-color: #44209B;
 }
</style>