#353375

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

Shades of Deep Koamaru #353375

Tints of Deep Koamaru #353375

Color information

#353375 (or 0x353375) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 75. RGB value is (53,51,117). Sum of RGB (Red+Green+Blue) = 53+51+117=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #353375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353375 is #CACC8A. Grayscale: #3A3A3A. Windows color (decimal): -13290635 or 7680821. OLE color: 7680821.

HSL color Cylindrical-coordinate representation of color #353375: hue angle of 241.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353375 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5351117-
CMYK0.550.5600.54
HSL241.82º39.29%32.94%-
HSV(B)241.82º56.41%45.88%-
XYZ5.864.4117.37-
YUV59.12160.66123.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=23.98%
G=23.08%
B=52.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53511170.550.5600.54241.8239.2932.94
Hex3533753738036f22721
Octal656316567700663624741
Binary1101011100111110101110111111000011011011110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353375; }

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

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

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

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

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

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

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

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