#333D71

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

Shades of Resolution Blue #333D71

Tints of Resolution Blue #333D71

Color information

#333D71 (or 0x333D71) is unknown color: approx Resolution Blue. HEX triplet: 33, 3D and 71. RGB value is (51,61,113). Sum of RGB (Red+Green+Blue) = 51+61+113=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #333D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D71 is #CCC28E. Grayscale: #3F3F3F. Windows color (decimal): -13419151 or 7421235. OLE color: 7421235.

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

Color convert

RGB5161113-
CMYK0.550.4600.56
HSL230.32º37.8%32.16%-
HSV(B)230.32º54.87%44.31%-
XYZ6.015.2316.32-
YUV63.94155.69118.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=22.67%
G=27.11%
B=50.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51611130.550.4600.56230.3237.832.16
Hex333D71372E038e62620
Octal637516167560703464640
Binary1100111111011110001110111101110011100011100110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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