#353275

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

Shades of Deep Koamaru #353275

Tints of Deep Koamaru #353275

Color information

#353275 (or 0x353275) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 75. RGB value is (53,50,117). Sum of RGB (Red+Green+Blue) = 53+50+117=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #353275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353275 is #CACD8A. Grayscale: #3A3A3A. Windows color (decimal): -13290891 or 7680565. OLE color: 7680565.

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

Color convert

RGB5350117-
CMYK0.550.5700.54
HSL242.69º40.12%32.75%-
HSV(B)242.69º57.26%45.88%-
XYZ5.824.3217.36-
YUV58.54160.99124.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=24.09%
G=22.73%
B=53.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53501170.550.5700.54242.6940.1232.75
Hex3532753739036f32821
Octal656216567710663635041
Binary1101011100101110101110111111001011011011110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353275; }

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

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

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

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

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

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

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

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