#353562

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

Shades of Deep Koamaru #353562

Tints of Deep Koamaru #353562

Color information

#353562 (or 0x353562) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 62. RGB value is (53,53,98). Sum of RGB (Red+Green+Blue) = 53+53+98=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #353562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353562 is #CACA9D. Grayscale: #393939. Windows color (decimal): -13290142 or 6436149. OLE color: 6436149.

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

Color convert

RGB535398-
CMYK0.460.4600.62
HSL240º29.8%29.61%-
HSV(B)240º45.92%38.43%-
XYZ4.954.1812.1-
YUV58.13150.5124.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=25.98%
G=25.98%
B=48.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5353980.460.4600.6224029.829.61
Hex3535622E2E03Ef01e1e
Octal656514256560763603636
Binary11010111010111000101011101011100111110111100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353562; }

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

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

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

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

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

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

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

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