#353271

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

Shades of Deep Koamaru #353271

Tints of Deep Koamaru #353271

Color information

#353271 (or 0x353271) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 71. RGB value is (53,50,113). Sum of RGB (Red+Green+Blue) = 53+50+113=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #353271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353271 is #CACD8E. Grayscale: #393939. Windows color (decimal): -13290895 or 7418421. OLE color: 7418421.

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

Color convert

RGB5350113-
CMYK0.530.5600.56
HSL242.86º38.65%31.96%-
HSV(B)242.86º55.75%44.31%-
XYZ5.594.2316.14-
YUV58.08158.99124.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=24.54%
G=23.15%
B=52.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53501130.530.5600.56242.8638.6531.96
Hex3532713538038f32720
Octal656216165700703634740
Binary1101011100101110001110101111000011100011110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353271; }

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

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

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

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

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

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

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

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