#33477A

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

Shades of Resolution Blue #33477A

Tints of Resolution Blue #33477A

Color information

#33477A (or 0x33477A) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 7A. RGB value is (51,71,122). Sum of RGB (Red+Green+Blue) = 51+71+122=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #33477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33477A is #CCB885. Grayscale: #464646. Windows color (decimal): -13416582 or 8013619. OLE color: 8013619.

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

Color convert

RGB5171122-
CMYK0.580.4200.52
HSL223.1º41.04%33.92%-
HSV(B)223.1º58.2%47.84%-
XYZ7.136.6219.31-
YUV70.83156.87113.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 122 (48.05% from 255) = 50%
R=20.90%
G=29.10%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51711220.580.4200.52223.141.0433.92
Hex33477A3A2A034df2922
Octal6310717272520643375142
Binary11001110001111111010111010101010011010011011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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