#35476F

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

Shades of Resolution Blue #35476F

Tints of Resolution Blue #35476F

Color information

#35476F (or 0x35476F) is unknown color: approx Resolution Blue. HEX triplet: 35, 47 and 6F. RGB value is (53,71,111). Sum of RGB (Red+Green+Blue) = 53+71+111=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #35476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35476F is #CAB890. Grayscale: #464646. Windows color (decimal): -13285521 or 7292725. OLE color: 7292725.

HSL color Cylindrical-coordinate representation of color #35476F: hue angle of 221.38º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35476F is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5371111-
CMYK0.520.3600.56
HSL221.38º35.37%32.16%-
HSV(B)221.38º52.25%43.53%-
XYZ6.596.4115.93-
YUV70.18151.04115.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 111 (43.75% from 255) = 47.23%
R=22.55%
G=30.21%
B=47.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53711110.520.3600.56221.3835.3732.16
Hex35476F3424038dd2320
Octal6510715764440703354340
Binary11010110001111101111110100100100011100011011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35476F; }

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

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

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

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

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

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

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

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