#303E72

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

Shades of Resolution Blue #303E72

Tints of Resolution Blue #303E72

Color information

#303E72 (or 0x303E72) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 72. RGB value is (48,62,114). Sum of RGB (Red+Green+Blue) = 48+62+114=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #303E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E72 is #CFC18D. Grayscale: #3F3F3F. Windows color (decimal): -13615502 or 7487024. OLE color: 7487024.

HSL color Cylindrical-coordinate representation of color #303E72: hue angle of 227.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303E72 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4862114-
CMYK0.580.4600.55
HSL227.27º40.74%31.76%-
HSV(B)227.27º57.89%44.71%-
XYZ5.985.2916.63-
YUV63.74156.36116.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=21.43%
G=27.68%
B=50.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48621140.580.4600.55227.2740.7431.76
Hex303E723A2E037e32920
Octal607616272560673435140
Binary1100001111101110010111010101110011011111100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303E72; }

 p { color: rgb(48,62,114); }

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

<style>
 a { background-color: #303E72; }

 a { background-color: rgb(48,62,114); }

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

<style>
 span { border-color: #303E72; }

 span { border-color: rgb(48,62,114); }

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