#33427A

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

Shades of Resolution Blue #33427A

Tints of Resolution Blue #33427A

Color information

#33427A (or 0x33427A) is unknown color: approx Resolution Blue. HEX triplet: 33, 42 and 7A. RGB value is (51,66,122). Sum of RGB (Red+Green+Blue) = 51+66+122=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #33427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33427A is #CCBD85. Grayscale: #434343. Windows color (decimal): -13417862 or 8012339. OLE color: 8012339.

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

Color convert

RGB5166122-
CMYK0.580.4600.52
HSL227.32º41.04%33.92%-
HSV(B)227.32º58.2%47.84%-
XYZ6.836.0119.21-
YUV67.9158.53115.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=21.34%
G=27.62%
B=51.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51661220.580.4600.52227.3241.0433.92
Hex33427A3A2E034e32922
Octal6310217272560643435142
Binary11001110000101111010111010101110011010011100011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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