#353561

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

Shades of Deep Koamaru #353561

Tints of Deep Koamaru #353561

Color information

#353561 (or 0x353561) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 61. RGB value is (53,53,97). Sum of RGB (Red+Green+Blue) = 53+53+97=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #353561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353561 is #CACA9E. Grayscale: #393939. Windows color (decimal): -13290143 or 6370613. OLE color: 6370613.

HSL color Cylindrical-coordinate representation of color #353561: hue angle of 240º 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 #353561 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535397-
CMYK0.450.4500.62
HSL240º29.33%29.41%-
HSV(B)240º45.36%38.04%-
XYZ4.94.1711.86-
YUV58.02150124.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=26.11%
G=26.11%
B=47.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5353970.450.4500.6224029.3329.41
Hex3535612D2D03Ef01d1d
Octal656514155550763603535
Binary11010111010111000011011011011010111110111100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353561; }

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

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

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

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

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

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

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

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