#353670

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

Shades of Deep Koamaru #353670

Tints of Deep Koamaru #353670

Color information

#353670 (or 0x353670) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 70. RGB value is (53,54,112). Sum of RGB (Red+Green+Blue) = 53+54+112=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #353670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353670 is #CAC98F. Grayscale: #3C3C3C. Windows color (decimal): -13289872 or 7353909. OLE color: 7353909.

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

Color convert

RGB5354112-
CMYK0.530.5200.56
HSL238.98º35.76%32.35%-
HSV(B)238.98º52.68%43.92%-
XYZ5.714.5715.91-
YUV60.31157.17122.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=24.20%
G=24.66%
B=51.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53541120.530.5200.56238.9835.7632.35
Hex3536703534038ef2420
Octal656616065640703574440
Binary1101011101101110000110101110100011100011101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353670; }

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

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

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

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

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

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

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

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