#35356D

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

Shades of Deep Koamaru #35356D

Tints of Deep Koamaru #35356D

Color information

#35356D (or 0x35356D) is unknown color: approx Deep Koamaru. HEX triplet: 35, 35 and 6D. RGB value is (53,53,109). Sum of RGB (Red+Green+Blue) = 53+53+109=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #35356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35356D is #CACA92. Grayscale: #3B3B3B. Windows color (decimal): -13290131 or 7157045. OLE color: 7157045.

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

Color convert

RGB5353109-
CMYK0.510.5100.57
HSL240º34.57%31.76%-
HSV(B)240º51.38%42.75%-
XYZ5.54.4115.03-
YUV59.38156123.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=24.65%
G=24.65%
B=50.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53531090.510.5100.5724034.5731.76
Hex35356D3333039f02320
Octal656515563630713604340
Binary1101011101011101101110011110011011100111110000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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