#353461

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

Shades of Deep Koamaru #353461

Tints of Deep Koamaru #353461

Color information

#353461 (or 0x353461) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 61. RGB value is (53,52,97). Sum of RGB (Red+Green+Blue) = 53+52+97=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #353461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353461 is #CACB9E. Grayscale: #393939. Windows color (decimal): -13290399 or 6370357. OLE color: 6370357.

HSL color Cylindrical-coordinate representation of color #353461: hue angle of 241.33º 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 #353461 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB535297-
CMYK0.450.4600.62
HSL241.33º30.2%29.22%-
HSV(B)241.33º46.39%38.04%-
XYZ4.854.0811.84-
YUV57.43150.33124.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=26.24%
G=25.74%
B=48.02%

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
Decimal5352970.450.4600.62241.3330.229.22
Hex3534612D2E03Ef11e1d
Octal656414155560763613635
Binary11010111010011000011011011011100111110111100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353461; }

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

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

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

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

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

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

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

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