Html Css Color HEX #402F9B Blue Gem

📋 copy color: '#402F9B'

red 64 ◦ green 47 ◦ blue 155

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

Shades of Blue Gem #402F9B

Tints of Blue Gem #402F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 24.06%
G = 17.67%
B = 58.27%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#402F9B (or 0x402F9B) is known color: Blue Gem. HEX triplet: 40, 2F and 9B. RGB value is (64,47,155). Sum of RGB (Red+Green+Blue) = 64+47+155=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #402F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F9B is #BFD064. Grayscale: #3F3F3F. Windows color (decimal): -12570725 or 10170176. OLE color: 10170176.

HSL color Cylindrical-coordinate representation of color #402F9B: hue angle of 249.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402F9B is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 47 155 -
CMYK 0.59 0.70 0 0.39
HSL 249.44º 0.53% 0.4% -
HSV(B) 249.44º 0.7% 0.61% -
XYZ 9.05 5.49 31.59 -
YUV 64.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 64 47 155 0.59 0.70 0 0.39 249.44 0.53 0.4
Hex 40 2F 9B 3B 46 0 27 F9 35 28
Octal 100 57 233 73 106 0 47 371 65 50
Binary 1000000 101111 10011011 111011 1000110 0 100111 11111001 110101 101000

Color Harmonies of #402F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F9B

Black with #402F9B

Text Example


Text Example

White with #402F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,155); }

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

background-color css

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

 a { background-color: rgb(64,47,155); }

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

border-color css

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

 span { border-color: rgb(64,47,155); }

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