#303E76

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

Shades of Resolution Blue #303E76

Tints of Resolution Blue #303E76

Color information

#303E76 (or 0x303E76) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 76. RGB value is (48,62,118). Sum of RGB (Red+Green+Blue) = 48+62+118=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #303E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E76 is #CFC189. Grayscale: #3F3F3F. Windows color (decimal): -13615498 or 7749168. OLE color: 7749168.

HSL color Cylindrical-coordinate representation of color #303E76: hue angle of 228º 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 #303E76 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4862118-
CMYK0.590.4700.54
HSL228º42.17%32.55%-
HSV(B)228º59.32%46.27%-
XYZ6.215.3817.85-
YUV64.2158.36116.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=21.05%
G=27.19%
B=51.75%

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
Decimal48621180.590.4700.5422842.1732.55
Hex303E763B2F036e42a21
Octal607616673570663445241
Binary1100001111101110110111011101111011011011100100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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