Html Css Color HEX #402DB5 Blue Gem

📋 copy color: '#402DB5'

red 64 ◦ green 45 ◦ blue 181

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

Shades of Blue Gem #402DB5

Tints of Blue Gem #402DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 62.41%

R = 22.07%
G = 15.52%
B = 62.41%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#402DB5 (or 0x402DB5) is known color: Blue Gem. HEX triplet: 40, 2D and B5. RGB value is (64,45,181). Sum of RGB (Red+Green+Blue) = 64+45+181=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #402DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DB5 is #BFD24A. Grayscale: #414141. Windows color (decimal): -12571211 or 11873600. OLE color: 11873600.

HSL color Cylindrical-coordinate representation of color #402DB5: hue angle of 248.38º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402DB5 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 45 181 -
CMYK 0.65 0.75 0 0.29
HSL 248.38º 0.6% 0.44% -
HSV(B) 248.38º 0.75% 0.71% -
XYZ 11.39 6.3 44.33 -
YUV 66.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 64 45 181 0.65 0.75 0 0.29 248.38 0.6 0.44
Hex 40 2D B5 41 4B 0 1D F8 3C 2C
Octal 100 55 265 101 113 0 35 370 74 54
Binary 1000000 101101 10110101 1000001 1001011 0 11101 11111000 111100 101100

Color Harmonies of #402DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DB5

Black with #402DB5

Text Example


Text Example

White with #402DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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