#352C78

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

Shades of Deep Koamaru #352C78

Tints of Deep Koamaru #352C78

Color information

#352C78 (or 0x352C78) is unknown color: approx Deep Koamaru. HEX triplet: 35, 2C and 78. RGB value is (53,44,120). Sum of RGB (Red+Green+Blue) = 53+44+120=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #352C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C78 is #CAD387. Grayscale: #373737. Windows color (decimal): -13292424 or 7875637. OLE color: 7875637.

HSL color Cylindrical-coordinate representation of color #352C78: hue angle of 247.11º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #352C78 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5344120-
CMYK0.560.6300.53
HSL247.11º46.34%32.16%-
HSV(B)247.11º63.33%47.06%-
XYZ5.763.9118.22-
YUV55.36164.48126.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=24.42%
G=20.28%
B=55.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53441200.560.6300.53247.1146.3432.16
Hex352C78383F035f72e20
Octal655417070770653675640
Binary1101011011001111000111000111111011010111110111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,44,120); }

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

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

 a { background-color: rgb(53,44,120); }

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

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

 span { border-color: rgb(53,44,120); }

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