#303E87

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

Shades of Resolution Blue #303E87

Tints of Resolution Blue #303E87

Color information

#303E87 (or 0x303E87) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 87. RGB value is (48,62,135). Sum of RGB (Red+Green+Blue) = 48+62+135=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #303E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303E87 is #CFC178. Grayscale: #414141. Windows color (decimal): -13615481 or 8863280. OLE color: 8863280.

HSL color Cylindrical-coordinate representation of color #303E87: hue angle of 230.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303E87 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4862135-
CMYK0.640.5400.47
HSL230.34º47.54%35.88%-
HSV(B)230.34º64.44%52.94%-
XYZ7.315.8223.66-
YUV66.14166.86115.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=19.59%
G=25.31%
B=55.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48621350.640.5400.47230.3447.5435.88
Hex303E87403602Fe63024
Octal6076207100660573466044
Binary110000111110100001111000000110110010111111100110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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