#353365

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

Shades of Deep Koamaru #353365

Tints of Deep Koamaru #353365

Color information

#353365 (or 0x353365) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 65. RGB value is (53,51,101). Sum of RGB (Red+Green+Blue) = 53+51+101=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #353365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353365 is #CACC9A. Grayscale: #393939. Windows color (decimal): -13290651 or 6632245. OLE color: 6632245.

HSL color Cylindrical-coordinate representation of color #353365: hue angle of 242.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353365 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5351101-
CMYK0.480.5000.60
HSL242.4º32.89%29.8%-
HSV(B)242.4º49.5%39.61%-
XYZ54.0612.83-
YUV57.3152.66124.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=25.85%
G=24.88%
B=49.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53511010.480.5000.60242.432.8929.8
Hex353365303203Cf2211e
Octal656314560620743624136
Binary110101110011110010111000011001001111001111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353365; }

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

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

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

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

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

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

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

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