#354572

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

Shades of Resolution Blue #354572

Tints of Resolution Blue #354572

Color information

#354572 (or 0x354572) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 72. RGB value is (53,69,114). Sum of RGB (Red+Green+Blue) = 53+69+114=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #354572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354572 is #CABA8D. Grayscale: #454545. Windows color (decimal): -13286030 or 7488821. OLE color: 7488821.

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

Color convert

RGB5369114-
CMYK0.540.3900.55
HSL224.26º36.53%32.75%-
HSV(B)224.26º53.51%44.71%-
XYZ6.636.2316.77-
YUV69.35153.2116.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=22.46%
G=29.24%
B=48.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53691140.540.3900.55224.2636.5332.75
Hex3545723627037e02521
Octal6510516266470673404541
Binary11010110001011110010110110100111011011111100000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354572; }

 p { color: rgb(53,69,114); }

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

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

 a { background-color: rgb(53,69,114); }

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

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

 span { border-color: rgb(53,69,114); }

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