#303F80

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

Shades of Resolution Blue #303F80

Tints of Resolution Blue #303F80

Color information

#303F80 (or 0x303F80) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 80. RGB value is (48,63,128). Sum of RGB (Red+Green+Blue) = 48+63+128=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #303F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303F80 is #CFC07F. Grayscale: #414141. Windows color (decimal): -13615232 or 8404784. OLE color: 8404784.

HSL color Cylindrical-coordinate representation of color #303F80: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303F80 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4863128-
CMYK0.620.5100.50
HSL228.75º45.45%34.51%-
HSV(B)228.75º62.5%50.2%-
XYZ6.895.7421.17-
YUV65.92163.03115.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=20.08%
G=26.36%
B=53.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48631280.620.5100.50228.7545.4534.51
Hex303F803E33032e52d23
Octal607720076630623455543
Binary11000011111110000000111110110011011001011100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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