#353450

Color #353450 Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #353450

Tints of Black Marlin #353450

Color information

#353450 (or 0x353450) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 50. RGB value is (53,52,80). Sum of RGB (Red+Green+Blue) = 53+52+80=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #353450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353450 is #CACBAF. Grayscale: #373737. Windows color (decimal): -13290416 or 5256245. OLE color: 5256245.

HSL color Cylindrical-coordinate representation of color #353450: hue angle of 242.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353450 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB535280-
CMYK0.340.3500.69
HSL242.14º21.21%25.88%-
HSV(B)242.14º35%31.37%-
XYZ4.143.798.1-
YUV55.49141.83126.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=28.65%
G=28.11%
B=43.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5352800.340.3500.69242.1421.2125.88
Hex3534502223045f2151a
Octal6564120424301053622532
Binary110101110100101000010001010001101000101111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353450; }

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

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

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

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

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

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

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

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