#352F73

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

Shades of Deep Koamaru #352F73

Tints of Deep Koamaru #352F73

Color information

#352F73 (or 0x352F73) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2F and 73. RGB value is (53,47,115). Sum of RGB (Red+Green+Blue) = 53+47+115=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #352F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F73 is #CAD08C. Grayscale: #383838. Windows color (decimal): -13291661 or 7548725. OLE color: 7548725.

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

Color convert

RGB5347115-
CMYK0.540.5900.55
HSL245.29º41.98%31.76%-
HSV(B)245.29º59.13%45.1%-
XYZ5.584.0316.7-
YUV56.55160.99125.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=24.65%
G=21.86%
B=53.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53471150.540.5900.55245.2941.9831.76
Hex352F73363B037f52a20
Octal655716366730673655240
Binary1101011011111110011110110111011011011111110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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