Html Css Color HEX #36344D Black Marlin

📋 copy color: '#36344D'

red 54 ◦ green 52 ◦ blue 77

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

Shades of Black Marlin #36344D

Tints of Black Marlin #36344D

RGB

 RED value IS 54 (21.48% from 255) = 29.51%

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

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 29.51%
G = 28.42%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36344D (or 0x36344D) is known color: Black Marlin. HEX triplet: 36, 34 and 4D. RGB value is (54,52,77). Sum of RGB (Red+Green+Blue) = 54+52+77=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #36344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36344D is #C9CBB2. Grayscale: #373737. Windows color (decimal): -13224883 or 5059638. OLE color: 5059638.

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

Color convert

RGB 54 52 77 -
CMYK 0.30 0.32 0 0.70
HSL 244.8º 0.19% 0.25% -
HSV(B) 244.8º 0.32% 0.3% -
XYZ 4.09 3.78 7.53 -
YUV 55.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 54 52 77 0.30 0.32 0 0.70 244.8 0.19 0.25
Hex 36 34 4D 1E 20 0 46 F5 13 19
Octal 66 64 115 36 40 0 106 365 23 31
Binary 110110 110100 1001101 11110 100000 0 1000110 11110101 10011 11001

Color Harmonies of #36344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36344D

Black with #36344D

Text Example


Text Example

White with #36344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36344D; }

 p { color: rgb(54,52,77); }

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

background-color css

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

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

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

border-color css

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

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

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