Html Css Color HEX #402DB0 Blue Gem

📋 copy color: '#402DB0'

red 64 ◦ green 45 ◦ blue 176

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

Shades of Blue Gem #402DB0

Tints of Blue Gem #402DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 61.75%

R = 22.46%
G = 15.79%
B = 61.75%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#402DB0 (or 0x402DB0) is known color: Blue Gem. HEX triplet: 40, 2D and B0. RGB value is (64,45,176). Sum of RGB (Red+Green+Blue) = 64+45+176=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 176 (69.14% from 255 or 61.75% from 285); Max value from RGB is 176 - color contains mainly: blue. Hex color #402DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402DB0 is #BFD24F. Grayscale: #414141. Windows color (decimal): -12571216 or 11545920. OLE color: 11545920.

HSL color Cylindrical-coordinate representation of color #402DB0: hue angle of 248.7º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402DB0 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 45 176 -
CMYK 0.64 0.74 0 0.31
HSL 248.7º 0.59% 0.43% -
HSV(B) 248.7º 0.74% 0.69% -
XYZ 10.89 6.1 41.68 -
YUV 65.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 64 45 176 0.64 0.74 0 0.31 248.7 0.59 0.43
Hex 40 2D B0 40 4A 0 1F F9 3B 2B
Octal 100 55 260 100 112 0 37 371 73 53
Binary 1000000 101101 10110000 1000000 1001010 0 11111 11111001 111011 101011

Color Harmonies of #402DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DB0

Black with #402DB0

Text Example


Text Example

White with #402DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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