#33467A

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

Shades of Resolution Blue #33467A

Tints of Resolution Blue #33467A

Color information

#33467A (or 0x33467A) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 7A. RGB value is (51,70,122). Sum of RGB (Red+Green+Blue) = 51+70+122=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #33467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33467A is #CCB985. Grayscale: #464646. Windows color (decimal): -13416838 or 8013363. OLE color: 8013363.

HSL color Cylindrical-coordinate representation of color #33467A: hue angle of 223.94º 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 #33467A is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5170122-
CMYK0.580.4300.52
HSL223.94º41.04%33.92%-
HSV(B)223.94º58.2%47.84%-
XYZ7.076.4919.29-
YUV70.25157.21114.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=20.99%
G=28.81%
B=50.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51701220.580.4300.52223.9441.0433.92
Hex33467A3A2B034e02922
Octal6310617272530643405142
Binary11001110001101111010111010101011011010011100000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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