#353372

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

Shades of Deep Koamaru #353372

Tints of Deep Koamaru #353372

Color information

#353372 (or 0x353372) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 72. RGB value is (53,51,114). Sum of RGB (Red+Green+Blue) = 53+51+114=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #353372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353372 is #CACC8D. Grayscale: #3A3A3A. Windows color (decimal): -13290638 or 7484213. OLE color: 7484213.

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

Color convert

RGB5351114-
CMYK0.540.5500.55
HSL241.9º38.18%32.35%-
HSV(B)241.9º55.26%44.71%-
XYZ5.694.3416.46-
YUV58.78159.16123.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=24.31%
G=23.39%
B=52.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53511140.540.5500.55241.938.1832.35
Hex3533723637037f22620
Octal656316266670673624640
Binary1101011100111110010110110110111011011111110010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353372; }

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

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

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

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

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

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

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

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