Html Css Color HEX #34334F Black Marlin

📋 copy color: '#34334F'

red 52 ◦ green 51 ◦ blue 79

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

Shades of Black Marlin #34334F

Tints of Black Marlin #34334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 28.57%
G = 28.02%
B = 43.41%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34334F (or 0x34334F) is known color: Black Marlin. HEX triplet: 34, 33 and 4F. RGB value is (52,51,79). Sum of RGB (Red+Green+Blue) = 52+51+79=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #34334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34334F is #CBCCB0. Grayscale: #363636. Windows color (decimal): -13356209 or 5190452. OLE color: 5190452.

HSL color Cylindrical-coordinate representation of color #34334F: hue angle of 242.14º degrees, saturation: 0.22, 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 #34334F is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 51 79 -
CMYK 0.34 0.35 0 0.69
HSL 242.14º 0.22% 0.25% -
HSV(B) 242.14º 0.35% 0.31% -
XYZ 4.01 3.66 7.89 -
YUV 54.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 52 51 79 0.34 0.35 0 0.69 242.14 0.22 0.25
Hex 34 33 4F 22 23 0 45 F2 16 19
Octal 64 63 117 42 43 0 105 362 26 31
Binary 110100 110011 1001111 100010 100011 0 1000101 11110010 10110 11001

Color Harmonies of #34334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34334F

Black with #34334F

Text Example


Text Example

White with #34334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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