#333E75

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

Shades of Resolution Blue #333E75

Tints of Resolution Blue #333E75

Color information

#333E75 (or 0x333E75) is unknown color: approx Resolution Blue. HEX triplet: 33, 3E and 75. RGB value is (51,62,117). Sum of RGB (Red+Green+Blue) = 51+62+117=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #333E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E75 is #CCC18A. Grayscale: #404040. Windows color (decimal): -13418891 or 7683635. OLE color: 7683635.

HSL color Cylindrical-coordinate representation of color #333E75: hue angle of 230º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333E75 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5162117-
CMYK0.560.4700.54
HSL230º39.29%32.94%-
HSV(B)230º56.41%45.88%-
XYZ6.35.4317.55-
YUV64.98157.36118.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=22.17%
G=26.96%
B=50.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51621170.560.4700.5423039.2932.94
Hex333E75382F036e62721
Octal637616570570663464741
Binary1100111111101110101111000101111011011011100110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,117); }

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

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

 a { background-color: rgb(51,62,117); }

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

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

 span { border-color: rgb(51,62,117); }

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