Html Css Color HEX #40249C Blue Gem

📋 copy color: '#40249C'

red 64 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #40249C

Tints of Blue Gem #40249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

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

R = 25%
G = 14.06%
B = 60.94%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40249C (or 0x40249C) is known color: Blue Gem. HEX triplet: 40, 24 and 9C. RGB value is (64,36,156). Sum of RGB (Red+Green+Blue) = 64+36+156=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #40249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40249C is #BFDB63. Grayscale: #393939. Windows color (decimal): -12573540 or 10232896. OLE color: 10232896.

HSL color Cylindrical-coordinate representation of color #40249C: hue angle of 254º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40249C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 36 156 -
CMYK 0.59 0.77 0 0.39
HSL 254º 0.63% 0.38% -
HSV(B) 254º 0.77% 0.61% -
XYZ 8.75 4.75 31.91 -
YUV 58.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 64 36 156 0.59 0.77 0 0.39 254 0.63 0.38
Hex 40 24 9C 3B 4D 0 27 FE 3E 26
Octal 100 44 234 73 115 0 47 376 76 46
Binary 1000000 100100 10011100 111011 1001101 0 100111 11111110 111110 100110

Color Harmonies of #40249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40249C

Black with #40249C

Text Example


Text Example

White with #40249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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