Html Css Color HEX #34334E Black Marlin

📋 copy color: '#34334E'

red 52 ◦ green 51 ◦ blue 78

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

Shades of Black Marlin #34334E

Tints of Black Marlin #34334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 28.73%
G = 28.18%
B = 43.09%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34334E (or 0x34334E) is known color: Black Marlin. HEX triplet: 34, 33 and 4E. RGB value is (52,51,78). Sum of RGB (Red+Green+Blue) = 52+51+78=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #34334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34334E is #CBCCB1. Grayscale: #363636. Windows color (decimal): -13356210 or 5124916. OLE color: 5124916.

HSL color Cylindrical-coordinate representation of color #34334E: hue angle of 242.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34334E is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 51 78 -
CMYK 0.33 0.35 0 0.69
HSL 242.22º 0.21% 0.25% -
HSV(B) 242.22º 0.35% 0.31% -
XYZ 3.98 3.65 7.7 -
YUV 54.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 52 51 78 0.33 0.35 0 0.69 242.22 0.21 0.25
Hex 34 33 4E 21 23 0 45 F2 15 19
Octal 64 63 116 41 43 0 105 362 25 31
Binary 110100 110011 1001110 100001 100011 0 1000101 11110010 10101 11001

Color Harmonies of #34334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34334E

Black with #34334E

Text Example


Text Example

White with #34334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34334E; }

 p { color: rgb(52,51,78); }

 H1.HeaderClassName
 {
   color: #34334E;
 }
 .AnyTagClassName
 {
   color: #34334E;
 }
</style>

background-color css

<style>
 a { background-color: #34334E; }

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

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

border-color css

<style>
 span { border-color: #34334E; }

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

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