#33417A

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

Shades of Resolution Blue #33417A

Tints of Resolution Blue #33417A

Color information

#33417A (or 0x33417A) is unknown color: approx Resolution Blue. HEX triplet: 33, 41 and 7A. RGB value is (51,65,122). Sum of RGB (Red+Green+Blue) = 51+65+122=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #33417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33417A is #CCBE85. Grayscale: #434343. Windows color (decimal): -13418118 or 8012083. OLE color: 8012083.

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

Color convert

RGB5165122-
CMYK0.580.4700.52
HSL228.17º41.04%33.92%-
HSV(B)228.17º58.2%47.84%-
XYZ6.775.8919.19-
YUV67.31158.86116.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=21.43%
G=27.31%
B=51.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51651220.580.4700.52228.1741.0433.92
Hex33417A3A2F034e42922
Octal6310117272570643445142
Binary11001110000011111010111010101111011010011100100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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