#353568

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

Shades of Deep Koamaru #353568

Tints of Deep Koamaru #353568

Color information

#353568 (or 0x353568) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 68. RGB value is (53,53,104). Sum of RGB (Red+Green+Blue) = 53+53+104=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #353568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353568 is #CACA97. Grayscale: #3A3A3A. Windows color (decimal): -13290136 or 6829365. OLE color: 6829365.

HSL color Cylindrical-coordinate representation of color #353568: hue angle of 240º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353568 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5353104-
CMYK0.490.4900.59
HSL240º32.48%30.78%-
HSV(B)240º49.04%40.78%-
XYZ5.244.313.65-
YUV58.81153.5123.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=25.24%
G=25.24%
B=49.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53531040.490.4900.5924032.4830.78
Hex353568313103Bf0201f
Octal656515061610733604037
Binary110101110101110100011000111000101110111111000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353568; }

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

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

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

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

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

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

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

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