Html Css Color HEX #402DA8 Blue Gem

📋 copy color: '#402DA8'

red 64 ◦ green 45 ◦ blue 168

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

Shades of Blue Gem #402DA8

Tints of Blue Gem #402DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 168 (66.02% from 255) = 60.65%

R = 23.1%
G = 16.25%
B = 60.65%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#402DA8 (or 0x402DA8) is known color: Blue Gem. HEX triplet: 40, 2D and A8. RGB value is (64,45,168). Sum of RGB (Red+Green+Blue) = 64+45+168=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #402DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402DA8 is #BFD257. Grayscale: #404040. Windows color (decimal): -12571224 or 11021632. OLE color: 11021632.

HSL color Cylindrical-coordinate representation of color #402DA8: hue angle of 249.27º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402DA8 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 45 168 -
CMYK 0.62 0.73 0 0.34
HSL 249.27º 0.58% 0.42% -
HSV(B) 249.27º 0.73% 0.66% -
XYZ 10.12 5.79 37.63 -
YUV 64.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 64 45 168 0.62 0.73 0 0.34 249.27 0.58 0.42
Hex 40 2D A8 3E 49 0 22 F9 3A 2A
Octal 100 55 250 76 111 0 42 371 72 52
Binary 1000000 101101 10101000 111110 1001001 0 100010 11111001 111010 101010

Color Harmonies of #402DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DA8

Black with #402DA8

Text Example


Text Example

White with #402DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,168); }

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

background-color css

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

 a { background-color: rgb(64,45,168); }

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

border-color css

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

 span { border-color: rgb(64,45,168); }

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