#33446E

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

Shades of Resolution Blue #33446E

Tints of Resolution Blue #33446E

Color information

#33446E (or 0x33446E) is unknown color: approx Resolution Blue. HEX triplet: 33, 44 and 6E. RGB value is (51,68,110). Sum of RGB (Red+Green+Blue) = 51+68+110=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #33446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33446E is #CCBB91. Grayscale: #434343. Windows color (decimal): -13417362 or 7226419. OLE color: 7226419.

HSL color Cylindrical-coordinate representation of color #33446E: hue angle of 222.71º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33446E is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5168110-
CMYK0.540.3800.57
HSL222.71º36.65%31.57%-
HSV(B)222.71º53.64%43.14%-
XYZ6.255.9615.57-
YUV67.7151.87116.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=22.27%
G=29.69%
B=48.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51681100.540.3800.57222.7136.6531.57
Hex33446E3626039df2520
Octal6310415666460713374540
Binary11001110001001101110110110100110011100111011111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33446E; }

 p { color: rgb(51,68,110); }

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

<style>
 a { background-color: #33446E; }

 a { background-color: rgb(51,68,110); }

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

<style>
 span { border-color: #33446E; }

 span { border-color: rgb(51,68,110); }

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