#353659

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

Shades of Deep Koamaru #353659

Tints of Deep Koamaru #353659

Color information

#353659 (or 0x353659) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 59. RGB value is (53,54,89). Sum of RGB (Red+Green+Blue) = 53+54+89=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #353659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353659 is #CAC9A6. Grayscale: #393939. Windows color (decimal): -13289895 or 5846581. OLE color: 5846581.

HSL color Cylindrical-coordinate representation of color #353659: hue angle of 238.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353659 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB535489-
CMYK0.400.3900.65
HSL238.33º25.35%27.84%-
HSV(B)238.33º40.45%34.9%-
XYZ4.594.1210-
YUV57.69145.67124.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=27.04%
G=27.55%
B=45.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5354890.400.3900.65238.3325.3527.84
Hex3536592827041ee191c
Octal6566131504701013563134
Binary110101110110101100110100010011101000001111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353659; }

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

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

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

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

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

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

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

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