#353460

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

Shades of Deep Koamaru #353460

Tints of Deep Koamaru #353460

Color information

#353460 (or 0x353460) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 60. RGB value is (53,52,96). Sum of RGB (Red+Green+Blue) = 53+52+96=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #353460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353460 is #CACB9F. Grayscale: #393939. Windows color (decimal): -13290400 or 6304821. OLE color: 6304821.

HSL color Cylindrical-coordinate representation of color #353460: hue angle of 241.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353460 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535296-
CMYK0.450.4600.62
HSL241.36º29.73%29.02%-
HSV(B)241.36º45.83%37.65%-
XYZ4.814.0611.6-
YUV57.32149.83124.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=26.37%
G=25.87%
B=47.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5352960.450.4600.62241.3629.7329.02
Hex3534602D2E03Ef11e1d
Octal656414055560763613635
Binary11010111010011000001011011011100111110111100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353460; }

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

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

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

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

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

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

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

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