Html Css Color HEX #34304A Black Marlin

📋 copy color: '#34304A'

red 52 ◦ green 48 ◦ blue 74

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

Shades of Black Marlin #34304A

Tints of Black Marlin #34304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 29.89%
G = 27.59%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#34304A (or 0x34304A) is known color: Black Marlin. HEX triplet: 34, 30 and 4A. RGB value is (52,48,74). Sum of RGB (Red+Green+Blue) = 52+48+74=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #34304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34304A is #CBCFB5. Grayscale: #343434. Windows color (decimal): -13356982 or 4862004. OLE color: 4862004.

HSL color Cylindrical-coordinate representation of color #34304A: hue angle of 249.23º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34304A is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 48 74 -
CMYK 0.30 0.35 0 0.71
HSL 249.23º 0.21% 0.24% -
HSV(B) 249.23º 0.35% 0.29% -
XYZ 3.71 3.34 6.93 -
YUV 52.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 52 48 74 0.30 0.35 0 0.71 249.23 0.21 0.24
Hex 34 30 4A 1E 23 0 47 F9 15 18
Octal 64 60 112 36 43 0 107 371 25 30
Binary 110100 110000 1001010 11110 100011 0 1000111 11111001 10101 11000

Color Harmonies of #34304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34304A

Black with #34304A

Text Example


Text Example

White with #34304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34304A;
 }
 .AnyTagClassName
 {
   color: #34304A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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