#303F6E

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

Shades of Resolution Blue #303F6E

Tints of Resolution Blue #303F6E

Color information

#303F6E (or 0x303F6E) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 6E. RGB value is (48,63,110). Sum of RGB (Red+Green+Blue) = 48+63+110=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #303F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F6E is #CFC091. Grayscale: #3F3F3F. Windows color (decimal): -13615250 or 7225136. OLE color: 7225136.

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

Color convert

RGB4863110-
CMYK0.560.4300.57
HSL225.48º39.24%30.98%-
HSV(B)225.48º56.36%43.14%-
XYZ5.815.3115.47-
YUV63.87154.03116.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=21.72%
G=28.51%
B=49.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48631100.560.4300.57225.4839.2430.98
Hex303F6E382B039e1271f
Octal607715670530713414737
Binary110000111111110111011100010101101110011110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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