#352E75

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

Shades of Deep Koamaru #352E75

Tints of Deep Koamaru #352E75

Color information

#352E75 (or 0x352E75) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2E and 75. RGB value is (53,46,117). Sum of RGB (Red+Green+Blue) = 53+46+117=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #352E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E75 is #CAD18A. Grayscale: #373737. Windows color (decimal): -13291915 or 7679541. OLE color: 7679541.

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

Color convert

RGB5346117-
CMYK0.550.6100.54
HSL245.92º43.56%31.96%-
HSV(B)245.92º60.68%45.88%-
XYZ5.66417.3-
YUV56.19162.32125.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=24.54%
G=21.30%
B=54.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53461170.550.6100.54245.9243.5631.96
Hex352E75373D036f62c20
Octal655616567750663665440
Binary1101011011101110101110111111101011011011110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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