#353274

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

Shades of Deep Koamaru #353274

Tints of Deep Koamaru #353274

Color information

#353274 (or 0x353274) is unknown color: approx Deep Koamaru. HEX triplet: 35, 32 and 74. RGB value is (53,50,116). Sum of RGB (Red+Green+Blue) = 53+50+116=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #353274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353274 is #CACD8B. Grayscale: #3A3A3A. Windows color (decimal): -13290892 or 7615029. OLE color: 7615029.

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

Color convert

RGB5350116-
CMYK0.540.5700.55
HSL242.73º39.76%32.55%-
HSV(B)242.73º56.9%45.49%-
XYZ5.764.317.05-
YUV58.42160.49124.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=24.20%
G=22.83%
B=52.97%

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
Decimal53501160.540.5700.55242.7339.7632.55
Hex3532743639037f32821
Octal656216466710673635041
Binary1101011100101110100110110111001011011111110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353274; }

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

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

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

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

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

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

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

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