#352C79

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

Shades of Deep Koamaru #352C79

Tints of Deep Koamaru #352C79

Color information

#352C79 (or 0x352C79) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2C and 79. RGB value is (53,44,121). Sum of RGB (Red+Green+Blue) = 53+44+121=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #352C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C79 is #CAD386. Grayscale: #373737. Windows color (decimal): -13292423 or 7941173. OLE color: 7941173.

HSL color Cylindrical-coordinate representation of color #352C79: hue angle of 247.01º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352C79 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5344121-
CMYK0.560.6400.53
HSL247.01º46.67%32.35%-
HSV(B)247.01º63.64%47.45%-
XYZ5.823.9418.54-
YUV55.47164.98126.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 121 (47.66% from 255) = 55.50%
R=24.31%
G=20.18%
B=55.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53441210.560.6400.53247.0146.6732.35
Hex352C793840035f72f20
Octal6554171701000653675740
Binary11010110110011110011110001000000011010111110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352C79; }

 p { color: rgb(53,44,121); }

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

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

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

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

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

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

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