#35344A

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

Shades of Black Marlin #35344A

Tints of Black Marlin #35344A

Color information

#35344A (or 0x35344A) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 4A. RGB value is (53,52,74). Sum of RGB (Red+Green+Blue) = 53+52+74=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #35344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35344A is #CACBB5. Grayscale: #363636. Windows color (decimal): -13290422 or 4863029. OLE color: 4863029.

HSL color Cylindrical-coordinate representation of color #35344A: hue angle of 242.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35344A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB535274-
CMYK0.280.3000.71
HSL242.73º17.46%24.71%-
HSV(B)242.73º29.73%29.02%-
XYZ3.933.716.99-
YUV54.81138.83126.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=29.61%
G=29.05%
B=41.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5352740.280.3000.71242.7317.4624.71
Hex35344A1C1E047f31119
Octal6564112343601073632131
Binary1101011101001001010111001111001000111111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35344A; }

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

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

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

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

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

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

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

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