#353468

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

Shades of Deep Koamaru #353468

Tints of Deep Koamaru #353468

Color information

#353468 (or 0x353468) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 68. RGB value is (53,52,104). Sum of RGB (Red+Green+Blue) = 53+52+104=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #353468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353468 is #CACB97. Grayscale: #3A3A3A. Windows color (decimal): -13290392 or 6829109. OLE color: 6829109.

HSL color Cylindrical-coordinate representation of color #353468: hue angle of 241.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353468 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5352104-
CMYK0.490.5000.59
HSL241.15º33.33%30.59%-
HSV(B)241.15º50%40.78%-
XYZ5.194.2113.64-
YUV58.23153.83124.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=25.36%
G=24.88%
B=49.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53521040.490.5000.59241.1533.3330.59
Hex353468313203Bf1211f
Octal656415061620733614137
Binary110101110100110100011000111001001110111111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353468; }

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

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

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

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

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

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

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

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