#353861

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

Shades of Deep Koamaru #353861

Tints of Deep Koamaru #353861

Color information

#353861 (or 0x353861) is unknown color: approx Deep Koamaru. HEX triplet: 35, 38 and 61. RGB value is (53,56,97). Sum of RGB (Red+Green+Blue) = 53+56+97=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #353861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353861 is #CAC79E. Grayscale: #3B3B3B. Windows color (decimal): -13289375 or 6371381. OLE color: 6371381.

HSL color Cylindrical-coordinate representation of color #353861: hue angle of 235.91º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #353861 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535697-
CMYK0.450.4200.62
HSL235.91º29.33%29.41%-
HSV(B)235.91º45.36%38.04%-
XYZ5.044.4511.9-
YUV59.78149.01123.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=25.73%
G=27.18%
B=47.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5356970.450.4200.62235.9129.3329.41
Hex3538612D2A03Eec1d1d
Octal657014155520763543535
Binary11010111100011000011011011010100111110111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353861; }

 p { color: rgb(53,56,97); }

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

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

 a { background-color: rgb(53,56,97); }

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

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

 span { border-color: rgb(53,56,97); }

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