#303F76

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

Shades of Resolution Blue #303F76

Tints of Resolution Blue #303F76

Color information

#303F76 (or 0x303F76) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 76. RGB value is (48,63,118). Sum of RGB (Red+Green+Blue) = 48+63+118=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #303F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F76 is #CFC089. Grayscale: #404040. Windows color (decimal): -13615242 or 7749424. OLE color: 7749424.

HSL color Cylindrical-coordinate representation of color #303F76: hue angle of 227.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303F76 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4863118-
CMYK0.590.4700.54
HSL227.14º42.17%32.55%-
HSV(B)227.14º59.32%46.27%-
XYZ6.275.4917.87-
YUV64.78158.03116.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=20.96%
G=27.51%
B=51.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48631180.590.4700.54227.1442.1732.55
Hex303F763B2F036e32a21
Octal607716673570663435241
Binary1100001111111110110111011101111011011011100011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,63,118); }

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

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

 a { background-color: rgb(48,63,118); }

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

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

 span { border-color: rgb(48,63,118); }

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