#35457B

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

Shades of Resolution Blue #35457B

Tints of Resolution Blue #35457B

Color information

#35457B (or 0x35457B) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 7B. RGB value is (53,69,123). Sum of RGB (Red+Green+Blue) = 53+69+123=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #35457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35457B is #CABA84. Grayscale: #464646. Windows color (decimal): -13286021 or 8078645. OLE color: 8078645.

HSL color Cylindrical-coordinate representation of color #35457B: hue angle of 226.29º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35457B is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5369123-
CMYK0.570.4400.52
HSL226.29º39.77%34.51%-
HSV(B)226.29º56.91%48.24%-
XYZ7.176.4419.6-
YUV70.37157.7115.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=21.63%
G=28.16%
B=50.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53691230.570.4400.52226.2939.7734.51
Hex35457B392C034e22823
Octal6510517371540643425043
Binary11010110001011111011111001101100011010011100010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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