Html Css Color HEX #402C8E Blue Gem

📋 copy color: '#402C8E'

red 64 ◦ green 44 ◦ blue 142

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

Shades of Blue Gem #402C8E

Tints of Blue Gem #402C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 25.6%
G = 17.6%
B = 56.8%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#402C8E (or 0x402C8E) is known color: Blue Gem. HEX triplet: 40, 2C and 8E. RGB value is (64,44,142). Sum of RGB (Red+Green+Blue) = 64+44+142=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #402C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C8E is #BFD371. Grayscale: #3C3C3C. Windows color (decimal): -12571506 or 9317440. OLE color: 9317440.

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

Color convert

RGB 64 44 142 -
CMYK 0.55 0.69 0 0.44
HSL 252.24º 0.53% 0.36% -
HSV(B) 252.24º 0.69% 0.56% -
XYZ 7.9 4.84 26.11 -
YUV 61.15 173.63 130.03 -
System Red Green Blue C M Y K H S L
Decimal 64 44 142 0.55 0.69 0 0.44 252.24 0.53 0.36
Hex 40 2C 8E 37 45 0 2C FC 35 24
Octal 100 54 216 67 105 0 54 374 65 44
Binary 1000000 101100 10001110 110111 1000101 0 101100 11111100 110101 100100

Color Harmonies of #402C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C8E

Black with #402C8E

Text Example


Text Example

White with #402C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C8E; }

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

 H1.HeaderClassName
 {
   color: #402C8E;
 }
 .AnyTagClassName
 {
   color: #402C8E;
 }
</style>

background-color css

<style>
 a { background-color: #402C8E; }

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

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

border-color css

<style>
 span { border-color: #402C8E; }

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

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