#30446F

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

Shades of Resolution Blue #30446F

Tints of Resolution Blue #30446F

Color information

#30446F (or 0x30446F) is unknown color: approx Resolution Blue. HEX triplet: 30, 44 and 6F. RGB value is (48,68,111). Sum of RGB (Red+Green+Blue) = 48+68+111=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #30446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30446F is #CFBB90. Grayscale: #424242. Windows color (decimal): -13613969 or 7291952. OLE color: 7291952.

HSL color Cylindrical-coordinate representation of color #30446F: hue angle of 220.95º 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 #30446F is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4868111-
CMYK0.570.3900.56
HSL220.95º39.62%31.18%-
HSV(B)220.95º56.76%43.53%-
XYZ6.165.9115.86-
YUV66.92152.87114.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=21.15%
G=29.96%
B=48.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48681110.570.3900.56220.9539.6231.18
Hex30446F3927038dd281f
Octal6010415771470703355037
Binary1100001000100110111111100110011101110001101110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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