Html Css Color HEX #40299F Blue Gem

📋 copy color: '#40299F'

red 64 ◦ green 41 ◦ blue 159

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

Shades of Blue Gem #40299F

Tints of Blue Gem #40299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 24.24%
G = 15.53%
B = 60.23%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40299F (or 0x40299F) is known color: Blue Gem. HEX triplet: 40, 29 and 9F. RGB value is (64,41,159). Sum of RGB (Red+Green+Blue) = 64+41+159=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #40299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40299F is #BFD660. Grayscale: #3C3C3C. Windows color (decimal): -12572257 or 10430784. OLE color: 10430784.

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

Color convert

RGB 64 41 159 -
CMYK 0.60 0.74 0 0.38
HSL 251.69º 0.59% 0.39% -
HSV(B) 251.69º 0.74% 0.62% -
XYZ 9.17 5.18 33.32 -
YUV 61.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 64 41 159 0.60 0.74 0 0.38 251.69 0.59 0.39
Hex 40 29 9F 3C 4A 0 26 FC 3B 27
Octal 100 51 237 74 112 0 46 374 73 47
Binary 1000000 101001 10011111 111100 1001010 0 100110 11111100 111011 100111

Color Harmonies of #40299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40299F

Black with #40299F

Text Example


Text Example

White with #40299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40299F; }

 p { color: rgb(64,41,159); }

 H1.HeaderClassName
 {
   color: #40299F;
 }
 .AnyTagClassName
 {
   color: #40299F;
 }
</style>

background-color css

<style>
 a { background-color: #40299F; }

 a { background-color: rgb(64,41,159); }

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

border-color css

<style>
 span { border-color: #40299F; }

 span { border-color: rgb(64,41,159); }

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