#35486F

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

Shades of Resolution Blue #35486F

Tints of Resolution Blue #35486F

Color information

#35486F (or 0x35486F) is unknown color: approx Resolution Blue. HEX triplet: 35, 48 and 6F. RGB value is (53,72,111). Sum of RGB (Red+Green+Blue) = 53+72+111=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #35486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35486F is #CAB790. Grayscale: #464646. Windows color (decimal): -13285265 or 7292981. OLE color: 7292981.

HSL color Cylindrical-coordinate representation of color #35486F: hue angle of 220.34º 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 #35486F is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5372111-
CMYK0.520.3500.56
HSL220.34º35.37%32.16%-
HSV(B)220.34º52.25%43.53%-
XYZ6.656.5415.95-
YUV70.76150.71115.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=22.46%
G=30.51%
B=47.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53721110.520.3500.56220.3435.3732.16
Hex35486F3423038dc2320
Octal6511015764430703344340
Binary11010110010001101111110100100011011100011011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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