#353657

Color #353657 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #353657

Tints of Deep Koamaru #353657

Color information

#353657 (or 0x353657) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 57. RGB value is (53,54,87). Sum of RGB (Red+Green+Blue) = 53+54+87=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #353657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353657 is #CAC9A8. Grayscale: #393939. Windows color (decimal): -13289897 or 5715509. OLE color: 5715509.

HSL color Cylindrical-coordinate representation of color #353657: hue angle of 238.24º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353657 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB535487-
CMYK0.390.3800.66
HSL238.24º24.29%27.45%-
HSV(B)238.24º39.08%34.12%-
XYZ4.514.089.57-
YUV57.46144.67124.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=27.32%
G=27.84%
B=44.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5354870.390.3800.66238.2424.2927.45
Hex3536572726042ee181b
Octal6566127474601023563033
Binary110101110110101011110011110011001000010111011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353657; }

 p { color: rgb(53,54,87); }

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

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

 a { background-color: rgb(53,54,87); }

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

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

 span { border-color: rgb(53,54,87); }

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