#34344A

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

Shades of Black Marlin #34344A

Tints of Black Marlin #34344A

Color information

#34344A (or 0x34344A) is unknown color: approx Black Marlin. HEX triplet: 34, 34 and 4A. RGB value is (52,52,74). Sum of RGB (Red+Green+Blue) = 52+52+74=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #34344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34344A is #CBCBB5. Grayscale: #363636. Windows color (decimal): -13355958 or 4863028. OLE color: 4863028.

HSL color Cylindrical-coordinate representation of color #34344A: hue angle of 240º 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 #34344A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525274-
CMYK0.300.3000.71
HSL240º17.46%24.71%-
HSV(B)240º29.73%29.02%-
XYZ3.883.686.98-
YUV54.51139126.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=29.21%
G=29.21%
B=41.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5252740.300.3000.7124017.4624.71
Hex34344A1E1E047f01119
Octal6464112363601073602131
Binary1101001101001001010111101111001000111111100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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