Html Css Color HEX #44239B Blue Gem

📋 copy color: '#44239B'

red 68 ◦ green 35 ◦ blue 155

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

Shades of Blue Gem #44239B

Tints of Blue Gem #44239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 26.36%
G = 13.57%
B = 60.08%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44239B (or 0x44239B) is known color: Blue Gem. HEX triplet: 44, 23 and 9B. RGB value is (68,35,155). Sum of RGB (Red+Green+Blue) = 68+35+155=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #44239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44239B is #BBDC64. Grayscale: #3A3A3A. Windows color (decimal): -12311653 or 10167108. OLE color: 10167108.

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

Color convert

RGB 68 35 155 -
CMYK 0.56 0.77 0 0.39
HSL 256.5º 0.63% 0.37% -
HSV(B) 256.5º 0.77% 0.61% -
XYZ 8.9 4.8 31.47 -
YUV 58.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 68 35 155 0.56 0.77 0 0.39 256.5 0.63 0.37
Hex 44 23 9B 38 4D 0 27 100 3F 25
Octal 104 43 233 70 115 0 47 400 77 45
Binary 1000100 100011 10011011 111000 1001101 0 100111 100000000 111111 100101

Color Harmonies of #44239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44239B

Black with #44239B

Text Example


Text Example

White with #44239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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