Html Css Color HEX #40209C Blue Gem

📋 copy color: '#40209C'

red 64 ◦ green 32 ◦ blue 156

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

Shades of Blue Gem #40209C

Tints of Blue Gem #40209C

RGB

 RED value IS 64 (25.39% from 255) = 25.4%

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

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 25.4%
G = 12.7%
B = 61.9%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40209C (or 0x40209C) is known color: Blue Gem. HEX triplet: 40, 20 and 9C. RGB value is (64,32,156). Sum of RGB (Red+Green+Blue) = 64+32+156=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #40209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209C is #BFDF63. Grayscale: #373737. Windows color (decimal): -12574564 or 10231872. OLE color: 10231872.

HSL color Cylindrical-coordinate representation of color #40209C: hue angle of 255.48º 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 #40209C is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 32 156 -
CMYK 0.59 0.79 0 0.39
HSL 255.48º 0.66% 0.37% -
HSV(B) 255.48º 0.79% 0.61% -
XYZ 8.63 4.52 31.87 -
YUV 55.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 64 32 156 0.59 0.79 0 0.39 255.48 0.66 0.37
Hex 40 20 9C 3B 4F 0 27 FF 42 25
Octal 100 40 234 73 117 0 47 377 102 45
Binary 1000000 100000 10011100 111011 1001111 0 100111 11111111 1000010 100101

Color Harmonies of #40209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40209C

Black with #40209C

Text Example


Text Example

White with #40209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40209C; }

 p { color: rgb(64,32,156); }

 H1.HeaderClassName
 {
   color: #40209C;
 }
 .AnyTagClassName
 {
   color: #40209C;
 }
</style>

background-color css

<style>
 a { background-color: #40209C; }

 a { background-color: rgb(64,32,156); }

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

border-color css

<style>
 span { border-color: #40209C; }

 span { border-color: rgb(64,32,156); }

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