#303F6C

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

Shades of Resolution Blue #303F6C

Tints of Resolution Blue #303F6C

Color information

#303F6C (or 0x303F6C) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 6C. RGB value is (48,63,108). Sum of RGB (Red+Green+Blue) = 48+63+108=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #303F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F6C is #CFC093. Grayscale: #3F3F3F. Windows color (decimal): -13615252 or 7094064. OLE color: 7094064.

HSL color Cylindrical-coordinate representation of color #303F6C: hue angle of 225º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #303F6C is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4863108-
CMYK0.560.4200.58
HSL225º38.46%30.59%-
HSV(B)225º55.56%42.35%-
XYZ5.75.2714.9-
YUV63.64153.03116.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=21.92%
G=28.77%
B=49.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48631080.560.4200.5822538.4630.59
Hex303F6C382A03Ae1261f
Octal607715470520723414637
Binary110000111111110110011100010101001110101110000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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