#334571

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

Shades of Resolution Blue #334571

Tints of Resolution Blue #334571

Color information

#334571 (or 0x334571) is unknown color: approx Resolution Blue. HEX triplet: 33, 45 and 71. RGB value is (51,69,113). Sum of RGB (Red+Green+Blue) = 51+69+113=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #334571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334571 is #CCBA8E. Grayscale: #444444. Windows color (decimal): -13417103 or 7423283. OLE color: 7423283.

HSL color Cylindrical-coordinate representation of color #334571: hue angle of 222.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334571 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5169113-
CMYK0.550.3900.56
HSL222.58º37.8%32.16%-
HSV(B)222.58º54.87%44.31%-
XYZ6.476.1516.47-
YUV68.63153.04115.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=21.89%
G=29.61%
B=48.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51691130.550.3900.56222.5837.832.16
Hex3345713727038df2620
Octal6310516167470703374640
Binary11001110001011110001110111100111011100011011111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334571; }

 p { color: rgb(51,69,113); }

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

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

 a { background-color: rgb(51,69,113); }

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

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

 span { border-color: rgb(51,69,113); }

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