#353273

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

Shades of Deep Koamaru #353273

Tints of Deep Koamaru #353273

Color information

#353273 (or 0x353273) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 73. RGB value is (53,50,115). Sum of RGB (Red+Green+Blue) = 53+50+115=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #353273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353273 is #CACD8C. Grayscale: #3A3A3A. Windows color (decimal): -13290893 or 7549493. OLE color: 7549493.

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

Color convert

RGB5350115-
CMYK0.540.5700.55
HSL242.77º39.39%32.35%-
HSV(B)242.77º56.52%45.1%-
XYZ5.74.2816.74-
YUV58.31159.99124.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=24.31%
G=22.94%
B=52.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53501150.540.5700.55242.7739.3932.35
Hex3532733639037f32720
Octal656216366710673634740
Binary1101011100101110011110110111001011011111110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353273; }

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

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

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

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

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

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

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

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