#35334C

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

Shades of Black Marlin #35334C

Tints of Black Marlin #35334C

Color information

#35334C (or 0x35334C) is unknown color: approx Black Marlin. HEX triplet: 35, 33 and 4C. RGB value is (53,51,76). Sum of RGB (Red+Green+Blue) = 53+51+76=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #35334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35334C is #CACCB3. Grayscale: #363636. Windows color (decimal): -13290676 or 4993845. OLE color: 4993845.

HSL color Cylindrical-coordinate representation of color #35334C: hue angle of 244.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35334C is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB535176-
CMYK0.300.3300.70
HSL244.8º19.69%24.9%-
HSV(B)244.8º32.89%29.8%-
XYZ3.963.657.33-
YUV54.45140.16126.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=29.44%
G=28.33%
B=42.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5351760.300.3300.70244.819.6924.9
Hex35334C1E21046f51419
Octal6563114364101063652431
Binary11010111001110011001111010000101000110111101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35334C; }

 p { color: rgb(53,51,76); }

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

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

 a { background-color: rgb(53,51,76); }

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

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

 span { border-color: rgb(53,51,76); }

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