#353270

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

Shades of Deep Koamaru #353270

Tints of Deep Koamaru #353270

Color information

#353270 (or 0x353270) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 70. RGB value is (53,50,112). Sum of RGB (Red+Green+Blue) = 53+50+112=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #353270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353270 is #CACD8F. Grayscale: #393939. Windows color (decimal): -13290896 or 7352885. OLE color: 7352885.

HSL color Cylindrical-coordinate representation of color #353270: hue angle of 242.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353270 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5350112-
CMYK0.530.5500.56
HSL242.9º38.27%31.76%-
HSV(B)242.9º55.36%43.92%-
XYZ5.534.2115.85-
YUV57.96158.49124.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=24.65%
G=23.26%
B=52.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53501120.530.5500.56242.938.2731.76
Hex3532703537038f32620
Octal656216065670703634640
Binary1101011100101110000110101110111011100011110011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353270; }

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

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

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

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

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

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

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

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