Html Css Color HEX #402F92 Blue Gem

📋 copy color: '#402F92'

red 64 ◦ green 47 ◦ blue 146

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

Shades of Blue Gem #402F92

Tints of Blue Gem #402F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 24.9%
G = 18.29%
B = 56.81%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402F92 (or 0x402F92) is known color: Blue Gem. HEX triplet: 40, 2F and 92. RGB value is (64,47,146). Sum of RGB (Red+Green+Blue) = 64+47+146=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #402F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F92 is #BFD06D. Grayscale: #3E3E3E. Windows color (decimal): -12570734 or 9580352. OLE color: 9580352.

HSL color Cylindrical-coordinate representation of color #402F92: hue angle of 250.3º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402F92 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 47 146 -
CMYK 0.56 0.68 0 0.43
HSL 250.3º 0.51% 0.38% -
HSV(B) 250.3º 0.68% 0.57% -
XYZ 8.32 5.2 27.76 -
YUV 63.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 64 47 146 0.56 0.68 0 0.43 250.3 0.51 0.38
Hex 40 2F 92 38 44 0 2B FA 33 26
Octal 100 57 222 70 104 0 53 372 63 46
Binary 1000000 101111 10010010 111000 1000100 0 101011 11111010 110011 100110

Color Harmonies of #402F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F92

Black with #402F92

Text Example


Text Example

White with #402F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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