#35456F

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

Shades of Resolution Blue #35456F

Tints of Resolution Blue #35456F

Color information

#35456F (or 0x35456F) is unknown color: approx Resolution Blue. HEX triplet: 35, 45 and 6F. RGB value is (53,69,111). Sum of RGB (Red+Green+Blue) = 53+69+111=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #35456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35456F is #CABA90. Grayscale: #444444. Windows color (decimal): -13286033 or 7292213. OLE color: 7292213.

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

Color convert

RGB5369111-
CMYK0.520.3800.56
HSL223.45º35.37%32.16%-
HSV(B)223.45º52.25%43.53%-
XYZ6.476.1615.89-
YUV69151.7116.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=22.75%
G=29.61%
B=47.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53691110.520.3800.56223.4535.3732.16
Hex35456F3426038df2320
Octal6510515764460703374340
Binary11010110001011101111110100100110011100011011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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