Html Css Color HEX #402DAA Blue Gem

📋 copy color: '#402DAA'

red 64 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #402DAA

Tints of Blue Gem #402DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 22.94%
G = 16.13%
B = 60.93%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#402DAA (or 0x402DAA) is known color: Blue Gem. HEX triplet: 40, 2D and AA. RGB value is (64,45,170). Sum of RGB (Red+Green+Blue) = 64+45+170=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #402DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402DAA is #BFD255. Grayscale: #404040. Windows color (decimal): -12571222 or 11152704. OLE color: 11152704.

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

Color convert

RGB 64 45 170 -
CMYK 0.62 0.74 0 0.33
HSL 249.12º 0.58% 0.42% -
HSV(B) 249.12º 0.74% 0.67% -
XYZ 10.31 5.87 38.62 -
YUV 64.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 64 45 170 0.62 0.74 0 0.33 249.12 0.58 0.42
Hex 40 2D AA 3E 4A 0 21 F9 3A 2A
Octal 100 55 252 76 112 0 41 371 72 52
Binary 1000000 101101 10101010 111110 1001010 0 100001 11111001 111010 101010

Color Harmonies of #402DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DAA

Black with #402DAA

Text Example


Text Example

White with #402DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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