Html Css Color HEX #34344C Black Marlin

📋 copy color: '#34344C'

red 52 ◦ green 52 ◦ blue 76

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

Shades of Black Marlin #34344C

Tints of Black Marlin #34344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 28.89%
G = 28.89%
B = 42.22%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34344C (or 0x34344C) is known color: Black Marlin. HEX triplet: 34, 34 and 4C. RGB value is (52,52,76). Sum of RGB (Red+Green+Blue) = 52+52+76=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #34344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34344C is #CBCBB3. Grayscale: #363636. Windows color (decimal): -13355956 or 4994100. OLE color: 4994100.

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

Color convert

RGB 52 52 76 -
CMYK 0.32 0.32 0 0.70
HSL 240º 0.19% 0.25% -
HSV(B) 240º 0.32% 0.3% -
XYZ 3.95 3.71 7.35 -
YUV 54.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 52 52 76 0.32 0.32 0 0.70 240 0.19 0.25
Hex 34 34 4C 20 20 0 46 F0 13 19
Octal 64 64 114 40 40 0 106 360 23 31
Binary 110100 110100 1001100 100000 100000 0 1000110 11110000 10011 11001

Color Harmonies of #34344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34344C

Black with #34344C

Text Example


Text Example

White with #34344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34344C;
 }
 .AnyTagClassName
 {
   color: #34344C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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