#35457f

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

Shades of Resolution Blue #35457F

Tints of Resolution Blue #35457F

Color information

#35457F (or 0x35457F) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 7F. RGB value is (53,69,127). Sum of RGB (Red+Green+Blue) = 53+69+127=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #35457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35457F is #CABA80. Grayscale: #464646. Windows color (decimal): -13286017 or 8340789. OLE color: 8340789.

HSL color Cylindrical-coordinate representation of color #35457F: hue angle of 227.03º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35457F is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5369127-
CMYK0.580.4600.50
HSL227.03º41.11%35.29%-
HSV(B)227.03º58.27%49.8%-
XYZ7.436.5520.95-
YUV70.83159.7115.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 127 (50% from 255) = 51.00%
R=21.29%
G=27.71%
B=51.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53691270.580.4600.50227.0341.1135.29
Hex35457F3A2E032e32923
Octal6510517772560623435143
Binary11010110001011111111111010101110011001011100011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35457f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35457f; }

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

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

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

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

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

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

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

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