#35344B

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

Shades of Black Marlin #35344B

Tints of Black Marlin #35344B

Color information

#35344B (or 0x35344B) is unknown color: approx Black Marlin. HEX triplet: 35, 34 and 4B. RGB value is (53,52,75). Sum of RGB (Red+Green+Blue) = 53+52+75=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #35344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35344B is #CACBB4. Grayscale: #363636. Windows color (decimal): -13290421 or 4928565. OLE color: 4928565.

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

Color convert

RGB535275-
CMYK0.290.3100.71
HSL242.61º18.11%24.9%-
HSV(B)242.61º30.67%29.41%-
XYZ3.973.727.17-
YUV54.92139.33126.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=29.44%
G=28.89%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5352750.290.3100.71242.6118.1124.9
Hex35344B1D1F047f31219
Octal6564113353701073632231
Binary1101011101001001011111011111101000111111100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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