#35316D

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

Shades of Deep Koamaru #35316D

Tints of Deep Koamaru #35316D

Color information

#35316D (or 0x35316D) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 6D. RGB value is (53,49,109). Sum of RGB (Red+Green+Blue) = 53+49+109=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #35316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35316D is #CACE92. Grayscale: #383838. Windows color (decimal): -13291155 or 7156021. OLE color: 7156021.

HSL color Cylindrical-coordinate representation of color #35316D: hue angle of 244º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35316D is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5349109-
CMYK0.510.5500.57
HSL244º37.97%30.98%-
HSV(B)244º55.05%42.75%-
XYZ5.334.0614.97-
YUV57.04157.33125.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=25.12%
G=23.22%
B=51.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53491090.510.5500.5724437.9730.98
Hex35316D3337039f4261f
Octal656115563670713644637
Binary110101110001110110111001111011101110011111010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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