Html Css Color HEX #34324D Black Marlin

📋 copy color: '#34324D'

red 52 ◦ green 50 ◦ blue 77

#34324D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Marlin #34324D

Tints of Black Marlin #34324D

RGB

 RED value IS 52 (20.7% from 255) = 29.05%

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 29.05%
G = 27.93%
B = 43.02%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34324D (or 0x34324D) is known color: Black Marlin. HEX triplet: 34, 32 and 4D. RGB value is (52,50,77). Sum of RGB (Red+Green+Blue) = 52+50+77=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #34324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34324D is #CBCDB2. Grayscale: #353535. Windows color (decimal): -13356467 or 5059124. OLE color: 5059124.

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

Color convert

RGB 52 50 77 -
CMYK 0.32 0.35 0 0.70
HSL 244.44º 0.21% 0.25% -
HSV(B) 244.44º 0.35% 0.3% -
XYZ 3.9 3.55 7.5 -
YUV 53.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 52 50 77 0.32 0.35 0 0.70 244.44 0.21 0.25
Hex 34 32 4D 20 23 0 46 F4 15 19
Octal 64 62 115 40 43 0 106 364 25 31
Binary 110100 110010 1001101 100000 100011 0 1000110 11110100 10101 11001

Color Harmonies of #34324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34324D

Black with #34324D

Text Example


Text Example

White with #34324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34324D;
 }
 .AnyTagClassName
 {
   color: #34324D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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