#34334E

Color #34334E Black Marlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Marlin #34334E

Tints of Black Marlin #34334E

Color information

#34334E (or 0x34334E) is unknown color: approx 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

RGB525178-
CMYK0.330.3500.69
HSL242.22º20.93%25.29%-
HSV(B)242.22º34.62%30.59%-
XYZ3.983.657.7-
YUV54.38141.33126.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5251780.330.3500.69242.2220.9325.29
Hex34334E2123045f21519
Octal6463116414301053622531
Binary110100110011100111010000110001101000101111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>