Html Css Color HEX #403092 Blue Gem

📋 copy color: '#403092'

red 64 ◦ green 48 ◦ blue 146

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

Shades of Blue Gem #403092

Tints of Blue Gem #403092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 24.81%
G = 18.6%
B = 56.59%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403092 (or 0x403092) is known color: Blue Gem. HEX triplet: 40, 30 and 92. RGB value is (64,48,146). Sum of RGB (Red+Green+Blue) = 64+48+146=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #403092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403092 is #BFCF6D. Grayscale: #3F3F3F. Windows color (decimal): -12570478 or 9580608. OLE color: 9580608.

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

Color convert

RGB 64 48 146 -
CMYK 0.56 0.67 0 0.43
HSL 249.8º 0.51% 0.38% -
HSV(B) 249.8º 0.67% 0.57% -
XYZ 8.36 5.28 27.77 -
YUV 63.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 64 48 146 0.56 0.67 0 0.43 249.8 0.51 0.38
Hex 40 30 92 38 43 0 2B FA 33 26
Octal 100 60 222 70 103 0 53 372 63 46
Binary 1000000 110000 10010010 111000 1000011 0 101011 11111010 110011 100110

Color Harmonies of #403092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403092

Black with #403092

Text Example


Text Example

White with #403092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403092; }

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

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

background-color css

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

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

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

border-color css

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

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

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