#30406E

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

Shades of Resolution Blue #30406E

Tints of Resolution Blue #30406E

Color information

#30406E (or 0x30406E) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 6E. RGB value is (48,64,110). Sum of RGB (Red+Green+Blue) = 48+64+110=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #30406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30406E is #CFBF91. Grayscale: #404040. Windows color (decimal): -13614994 or 7225392. OLE color: 7225392.

HSL color Cylindrical-coordinate representation of color #30406E: hue angle of 224.52º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30406E is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4864110-
CMYK0.560.4200.57
HSL224.52º39.24%30.98%-
HSV(B)224.52º56.36%43.14%-
XYZ5.875.4215.49-
YUV64.46153.7116.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 110 (43.36% from 255) = 49.55%
R=21.62%
G=28.83%
B=49.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48641100.560.4200.57224.5239.2430.98
Hex30406E382A039e1271f
Octal6010015670520713414737
Binary1100001000000110111011100010101001110011110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30406E; }

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

 H1.HeaderClassName
 {
   color: #30406E;
 }
 .AnyTagClassName
 {
   color: #30406E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #30406E;
 }
 .BgClassName
 {
   background-color: #30406E;
 }
</style>
border-color css

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

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

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