#353472

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

Shades of Deep Koamaru #353472

Tints of Deep Koamaru #353472

Color information

#353472 (or 0x353472) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 72. RGB value is (53,52,114). Sum of RGB (Red+Green+Blue) = 53+52+114=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #353472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353472 is #CACB8D. Grayscale: #3B3B3B. Windows color (decimal): -13290382 or 7484469. OLE color: 7484469.

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

Color convert

RGB5352114-
CMYK0.540.5400.55
HSL240.97º37.35%32.55%-
HSV(B)240.97º54.39%44.71%-
XYZ5.734.4316.47-
YUV59.37158.83123.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=24.20%
G=23.74%
B=52.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53521140.540.5400.55240.9737.3532.55
Hex3534723636037f12521
Octal656416266660673614541
Binary1101011101001110010110110110110011011111110001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353472; }

 p { color: rgb(53,52,114); }

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

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

 a { background-color: rgb(53,52,114); }

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

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

 span { border-color: rgb(53,52,114); }

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