#352D76

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

Shades of Deep Koamaru #352D76

Tints of Deep Koamaru #352D76

Color information

#352D76 (or 0x352D76) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2D and 76. RGB value is (53,45,118). Sum of RGB (Red+Green+Blue) = 53+45+118=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #352D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D76 is #CAD289. Grayscale: #373737. Windows color (decimal): -13292170 or 7744821. OLE color: 7744821.

HSL color Cylindrical-coordinate representation of color #352D76: hue angle of 246.58º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352D76 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5345118-
CMYK0.550.6200.54
HSL246.58º44.79%31.96%-
HSV(B)246.58º61.86%46.27%-
XYZ5.683.9417.6-
YUV55.71163.15126.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=24.54%
G=20.83%
B=54.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53451180.550.6200.54246.5844.7931.96
Hex352D76373E036f72d20
Octal655516667760663675540
Binary1101011011011110110110111111110011011011110111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,118); }

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

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

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

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

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

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

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