#352F75

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

Shades of Deep Koamaru #352F75

Tints of Deep Koamaru #352F75

Color information

#352F75 (or 0x352F75) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2F and 75. RGB value is (53,47,117). Sum of RGB (Red+Green+Blue) = 53+47+117=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #352F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F75 is #CAD08A. Grayscale: #383838. Windows color (decimal): -13291659 or 7679797. OLE color: 7679797.

HSL color Cylindrical-coordinate representation of color #352F75: hue angle of 245.14º 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 #352F75 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5347117-
CMYK0.550.6000.54
HSL245.14º42.68%32.16%-
HSV(B)245.14º59.83%45.88%-
XYZ5.74.0717.32-
YUV56.77161.99125.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=24.42%
G=21.66%
B=53.92%

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
Decimal53471170.550.6000.54245.1442.6832.16
Hex352F75373C036f52b20
Octal655716567740663655340
Binary1101011011111110101110111111100011011011110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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