#33486E

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

Shades of Resolution Blue #33486E

Tints of Resolution Blue #33486E

Color information

#33486E (or 0x33486E) is unknown color: approx Resolution Blue. HEX triplet: 33, 48 and 6E. RGB value is (51,72,110). Sum of RGB (Red+Green+Blue) = 51+72+110=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #33486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33486E is #CCB791. Grayscale: #454545. Windows color (decimal): -13416338 or 7227443. OLE color: 7227443.

HSL color Cylindrical-coordinate representation of color #33486E: hue angle of 218.64º 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 #33486E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5172110-
CMYK0.540.3500.57
HSL218.64º36.65%31.57%-
HSV(B)218.64º53.64%43.14%-
XYZ6.56.4615.66-
YUV70.05150.54114.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=21.89%
G=30.90%
B=47.21%

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
Decimal51721100.540.3500.57218.6436.6531.57
Hex33486E3623039db2520
Octal6311015666430713334540
Binary11001110010001101110110110100011011100111011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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