#33477B

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

Shades of Resolution Blue #33477B

Tints of Resolution Blue #33477B

Color information

#33477B (or 0x33477B) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 7B. RGB value is (51,71,123). Sum of RGB (Red+Green+Blue) = 51+71+123=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #33477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33477B is #CCB884. Grayscale: #464646. Windows color (decimal): -13416581 or 8079155. OLE color: 8079155.

HSL color Cylindrical-coordinate representation of color #33477B: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33477B is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5171123-
CMYK0.590.4200.52
HSL223.33º41.38%34.12%-
HSV(B)223.33º58.54%48.24%-
XYZ7.196.6419.64-
YUV70.95157.37113.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=20.82%
G=28.98%
B=50.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51711230.590.4200.52223.3341.3834.12
Hex33477B3B2A034df2922
Octal6310717373520643375142
Binary11001110001111111011111011101010011010011011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33477B; }

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

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

<style>
 a { background-color: #33477B; }

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

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

<style>
 span { border-color: #33477B; }

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

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