#30456F

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

Shades of Resolution Blue #30456F

Tints of Resolution Blue #30456F

Color information

#30456F (or 0x30456F) is unknown color: approx Resolution Blue. HEX triplet: 30, 45 and 6F. RGB value is (48,69,111). Sum of RGB (Red+Green+Blue) = 48+69+111=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #30456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30456F is #CFBA90. Grayscale: #434343. Windows color (decimal): -13613713 or 7292208. OLE color: 7292208.

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

Color convert

RGB4869111-
CMYK0.570.3800.56
HSL220º39.62%31.18%-
HSV(B)220º56.76%43.53%-
XYZ6.226.0315.88-
YUV67.51152.54114.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=21.05%
G=30.26%
B=48.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48691110.570.3800.5622039.6231.18
Hex30456F3926038dc281f
Octal6010515771460703345037
Binary1100001000101110111111100110011001110001101110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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