#303D70

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

Shades of Resolution Blue #303D70

Tints of Resolution Blue #303D70

Color information

#303D70 (or 0x303D70) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 70. RGB value is (48,61,112). Sum of RGB (Red+Green+Blue) = 48+61+112=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #303D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D70 is #CFC28F. Grayscale: #3E3E3E. Windows color (decimal): -13615760 or 7355696. OLE color: 7355696.

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

Color convert

RGB4861112-
CMYK0.570.4600.56
HSL227.81º40%31.37%-
HSV(B)227.81º57.14%43.92%-
XYZ5.815.1416.01-
YUV62.93155.69117.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=21.72%
G=27.60%
B=50.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48611120.570.4600.56227.814031.37
Hex303D70392E038e4281f
Octal607516071560703445037
Binary110000111101111000011100110111001110001110010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,61,112); }

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

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

 a { background-color: rgb(48,61,112); }

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

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

 span { border-color: rgb(48,61,112); }

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