#33476E

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

Shades of Resolution Blue #33476E

Tints of Resolution Blue #33476E

Color information

#33476E (or 0x33476E) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 6E. RGB value is (51,71,110). Sum of RGB (Red+Green+Blue) = 51+71+110=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #33476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33476E is #CCB891. Grayscale: #454545. Windows color (decimal): -13416594 or 7227187. OLE color: 7227187.

HSL color Cylindrical-coordinate representation of color #33476E: hue angle of 219.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33476E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5171110-
CMYK0.540.3500.57
HSL219.66º36.65%31.57%-
HSV(B)219.66º53.64%43.14%-
XYZ6.436.3415.64-
YUV69.47150.87114.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=21.98%
G=30.60%
B=47.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51711100.540.3500.57219.6636.6531.57
Hex33476E3623039dc2520
Octal6310715666430713344540
Binary11001110001111101110110110100011011100111011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33476E; }

 p { color: rgb(51,71,110); }

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

<style>
 a { background-color: #33476E; }

 a { background-color: rgb(51,71,110); }

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

<style>
 span { border-color: #33476E; }

 span { border-color: rgb(51,71,110); }

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