#352F76

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

Shades of Deep Koamaru #352F76

Tints of Deep Koamaru #352F76

Color information

#352F76 (or 0x352F76) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2F and 76. RGB value is (53,47,118). Sum of RGB (Red+Green+Blue) = 53+47+118=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #352F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F76 is #CAD089. Grayscale: #383838. Windows color (decimal): -13291658 or 7745333. OLE color: 7745333.

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

Color convert

RGB5347118-
CMYK0.550.6000.54
HSL245.07º43.03%32.35%-
HSV(B)245.07º60.17%46.27%-
XYZ5.754.117.63-
YUV56.89162.49125.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=24.31%
G=21.56%
B=54.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53471180.550.6000.54245.0743.0332.35
Hex352F76373C036f52b20
Octal655716667740663655340
Binary1101011011111110110110111111100011011011110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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