#403092

Color #403092 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #403092

Tints of Blue Gem #403092

Color information

#403092 (or 0x403092) is unknown color: approx 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

RGB6448146-
CMYK0.560.6700.43
HSL249.8º50.52%38.04%-
HSV(B)249.8º67.12%57.25%-
XYZ8.365.2827.77-
YUV63.96174.3128.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=24.81%
G=18.60%
B=56.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64481460.560.6700.43249.850.5238.04
Hex403092384302Bfa3326
Octal10060222701030533726346
Binary1000000110000100100101110001000011010101111111010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>