#35344D

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

Shades of Black Marlin #35344D

Tints of Black Marlin #35344D

Color information

#35344D (or 0x35344D) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 4D. RGB value is (53,52,77). Sum of RGB (Red+Green+Blue) = 53+52+77=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #35344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35344D is #CACBB2. Grayscale: #373737. Windows color (decimal): -13290419 or 5059637. OLE color: 5059637.

HSL color Cylindrical-coordinate representation of color #35344D: hue angle of 242.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35344D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB535277-
CMYK0.310.3200.70
HSL242.4º19.38%25.29%-
HSV(B)242.4º32.47%30.2%-
XYZ4.043.757.53-
YUV55.15140.33126.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=29.12%
G=28.57%
B=42.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5352770.310.3200.70242.419.3825.29
Hex35344D1F20046f21319
Octal6564115374001063622331
Binary11010111010010011011111110000001000110111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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