#334573

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

Shades of Resolution Blue #334573

Tints of Resolution Blue #334573

Color information

#334573 (or 0x334573) is unknown color: approx Resolution Blue. HEX triplet: 33, 45 and 73. RGB value is (51,69,115). Sum of RGB (Red+Green+Blue) = 51+69+115=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #334573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334573 is #CCBA8C. Grayscale: #444444. Windows color (decimal): -13417101 or 7554355. OLE color: 7554355.

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

Color convert

RGB5169115-
CMYK0.560.400.55
HSL223.12º38.55%32.55%-
HSV(B)223.12º55.65%45.1%-
XYZ6.596.217.07-
YUV68.86154.04115.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=21.70%
G=29.36%
B=48.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51691150.560.400.55223.1238.5532.55
Hex3345733828037df2721
Octal6310516370500673374741
Binary11001110001011110011111000101000011011111011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334573; }

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

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

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

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

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

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

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

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