#35477B

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

Shades of Resolution Blue #35477B

Tints of Resolution Blue #35477B

Color information

#35477B (or 0x35477B) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 7B. RGB value is (53,71,123). Sum of RGB (Red+Green+Blue) = 53+71+123=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #35477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35477B is #CAB884. Grayscale: #474747. Windows color (decimal): -13285509 or 8079157. OLE color: 8079157.

HSL color Cylindrical-coordinate representation of color #35477B: hue angle of 224.57º 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 #35477B is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5371123-
CMYK0.570.4200.52
HSL224.57º39.77%34.51%-
HSV(B)224.57º56.91%48.24%-
XYZ7.36.6919.65-
YUV71.55157.04114.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=21.46%
G=28.74%
B=49.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53711230.570.4200.52224.5739.7734.51
Hex35477B392A034e12823
Octal6510717371520643415043
Binary11010110001111111011111001101010011010011100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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