#353658

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

Shades of Deep Koamaru #353658

Tints of Deep Koamaru #353658

Color information

#353658 (or 0x353658) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 58. RGB value is (53,54,88). Sum of RGB (Red+Green+Blue) = 53+54+88=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #353658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353658 is #CAC9A7. Grayscale: #393939. Windows color (decimal): -13289896 or 5781045. OLE color: 5781045.

HSL color Cylindrical-coordinate representation of color #353658: hue angle of 238.29º 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 #353658 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB535488-
CMYK0.400.3900.65
HSL238.29º24.82%27.65%-
HSV(B)238.29º39.77%34.51%-
XYZ4.554.19.78-
YUV57.58145.17124.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=27.18%
G=27.69%
B=45.13%

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
Decimal5354880.400.3900.65238.2924.8227.65
Hex3536582827041ee191c
Octal6566130504701013563134
Binary110101110110101100010100010011101000001111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353658; }

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

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

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

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

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

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

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

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