#35316A

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

Shades of Deep Koamaru #35316A

Tints of Deep Koamaru #35316A

Color information

#35316A (or 0x35316A) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 6A. RGB value is (53,49,106). Sum of RGB (Red+Green+Blue) = 53+49+106=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #35316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316A is #CACE95. Grayscale: #383838. Windows color (decimal): -13291158 or 6959413. OLE color: 6959413.

HSL color Cylindrical-coordinate representation of color #35316A: hue angle of 244.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35316A is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5349106-
CMYK0.50.5400.58
HSL244.21º36.77%30.39%-
HSV(B)244.21º53.77%41.57%-
XYZ5.173.9914.13-
YUV56.69155.83125.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=25.48%
G=23.56%
B=50.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53491060.50.5400.58244.2136.7730.39
Hex35316A323603Af4251e
Octal656115262660723644536
Binary110101110001110101011001011011001110101111010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35316A; }

 p { color: rgb(53,49,106); }

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

<style>
 a { background-color: #35316A; }

 a { background-color: rgb(53,49,106); }

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

<style>
 span { border-color: #35316A; }

 span { border-color: rgb(53,49,106); }

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