Html Css Color HEX #343348 Black Marlin

📋 copy color: '#343348'

red 52 ◦ green 51 ◦ blue 72

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

Shades of Black Marlin #343348

Tints of Black Marlin #343348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 29.71%
G = 29.14%
B = 41.14%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#343348 (or 0x343348) is known color: Black Marlin. HEX triplet: 34, 33 and 48. RGB value is (52,51,72). Sum of RGB (Red+Green+Blue) = 52+51+72=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #343348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343348 is #CBCCB7. Grayscale: #353535. Windows color (decimal): -13356216 or 4731700. OLE color: 4731700.

HSL color Cylindrical-coordinate representation of color #343348: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343348 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 51 72 -
CMYK 0.28 0.29 0 0.72
HSL 242.86º 0.17% 0.24% -
HSV(B) 242.86º 0.29% 0.28% -
XYZ 3.77 3.57 6.62 -
YUV 53.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 52 51 72 0.28 0.29 0 0.72 242.86 0.17 0.24
Hex 34 33 48 1C 1D 0 48 F3 11 18
Octal 64 63 110 34 35 0 110 363 21 30
Binary 110100 110011 1001000 11100 11101 0 1001000 11110011 10001 11000

Color Harmonies of #343348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343348

Black with #343348

Text Example


Text Example

White with #343348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343348; }

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

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

background-color css

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

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

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

border-color css

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

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

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