#353165

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

Shades of Deep Koamaru #353165

Tints of Deep Koamaru #353165

Color information

#353165 (or 0x353165) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 65. RGB value is (53,49,101). Sum of RGB (Red+Green+Blue) = 53+49+101=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #353165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353165 is #CACE9A. Grayscale: #373737. Windows color (decimal): -13291163 or 6631733. OLE color: 6631733.

HSL color Cylindrical-coordinate representation of color #353165: hue angle of 244.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353165 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5349101-
CMYK0.480.5100.60
HSL244.62º34.67%29.41%-
HSV(B)244.62º51.49%39.61%-
XYZ4.923.8912.8-
YUV56.12153.33125.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=26.11%
G=24.14%
B=49.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53491010.480.5100.60244.6234.6729.41
Hex353165303303Cf5231d
Octal656114560630743654335
Binary110101110001110010111000011001101111001111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353165; }

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

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

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

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

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

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

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

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