#30406F

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

Shades of Resolution Blue #30406F

Tints of Resolution Blue #30406F

Color information

#30406F (or 0x30406F) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 6F. RGB value is (48,64,111). Sum of RGB (Red+Green+Blue) = 48+64+111=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #30406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30406F is #CFBF90. Grayscale: #404040. Windows color (decimal): -13614993 or 7290928. OLE color: 7290928.

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

Color convert

RGB4864111-
CMYK0.570.4200.56
HSL224.76º39.62%31.18%-
HSV(B)224.76º56.76%43.53%-
XYZ5.925.4415.78-
YUV64.57154.2116.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=21.52%
G=28.70%
B=49.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48641110.570.4200.56224.7639.6231.18
Hex30406F392A038e1281f
Octal6010015771520703415037
Binary1100001000000110111111100110101001110001110000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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