#35477D

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

Shades of Resolution Blue #35477D

Tints of Resolution Blue #35477D

Color information

#35477D (or 0x35477D) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 7D. RGB value is (53,71,125). Sum of RGB (Red+Green+Blue) = 53+71+125=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #35477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35477D is #CAB882. Grayscale: #474747. Windows color (decimal): -13285507 or 8210229. OLE color: 8210229.

HSL color Cylindrical-coordinate representation of color #35477D: hue angle of 225º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35477D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5371125-
CMYK0.580.4300.51
HSL225º40.45%34.9%-
HSV(B)225º57.6%49.02%-
XYZ7.426.7420.31-
YUV71.77158.04114.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=21.29%
G=28.51%
B=50.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53711250.580.4300.5122540.4534.9
Hex35477D3A2B033e12823
Octal6510717572530633415043
Binary11010110001111111101111010101011011001111100001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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