Html Css Color HEX #40288E Blue Gem

📋 copy color: '#40288E'

red 64 ◦ green 40 ◦ blue 142

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

Shades of Blue Gem #40288E

Tints of Blue Gem #40288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 26.02%
G = 16.26%
B = 57.72%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40288E (or 0x40288E) is known color: Blue Gem. HEX triplet: 40, 28 and 8E. RGB value is (64,40,142). Sum of RGB (Red+Green+Blue) = 64+40+142=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #40288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40288E is #BFD771. Grayscale: #3A3A3A. Windows color (decimal): -12572530 or 9316416. OLE color: 9316416.

HSL color Cylindrical-coordinate representation of color #40288E: hue angle of 254.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40288E is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 40 142 -
CMYK 0.55 0.72 0 0.44
HSL 254.12º 0.56% 0.36% -
HSV(B) 254.12º 0.72% 0.56% -
XYZ 7.76 4.56 26.06 -
YUV 58.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 64 40 142 0.55 0.72 0 0.44 254.12 0.56 0.36
Hex 40 28 8E 37 48 0 2C FE 38 24
Octal 100 50 216 67 110 0 54 376 70 44
Binary 1000000 101000 10001110 110111 1001000 0 101100 11111110 111000 100100

Color Harmonies of #40288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40288E

Black with #40288E

Text Example


Text Example

White with #40288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40288E; }

 p { color: rgb(64,40,142); }

 H1.HeaderClassName
 {
   color: #40288E;
 }
 .AnyTagClassName
 {
   color: #40288E;
 }
</style>

background-color css

<style>
 a { background-color: #40288E; }

 a { background-color: rgb(64,40,142); }

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

border-color css

<style>
 span { border-color: #40288E; }

 span { border-color: rgb(64,40,142); }

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