#303D71

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

Shades of Resolution Blue #303D71

Tints of Resolution Blue #303D71

Color information

#303D71 (or 0x303D71) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 71. RGB value is (48,61,113). Sum of RGB (Red+Green+Blue) = 48+61+113=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #303D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D71 is #CFC28E. Grayscale: #3E3E3E. Windows color (decimal): -13615759 or 7421232. OLE color: 7421232.

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

Color convert

RGB4861113-
CMYK0.580.4600.56
HSL228º40.37%31.57%-
HSV(B)228º57.52%44.31%-
XYZ5.875.1616.31-
YUV63.04156.19117.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=21.62%
G=27.48%
B=50.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48611130.580.4600.5622840.3731.57
Hex303D713A2E038e42820
Octal607516172560703445040
Binary1100001111011110001111010101110011100011100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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