Html Css Color HEX #36334D Black Marlin

📋 copy color: '#36334D'

red 54 ◦ green 51 ◦ blue 77

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

Shades of Black Marlin #36334D

Tints of Black Marlin #36334D

RGB

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

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

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

R = 29.67%
G = 28.02%
B = 42.31%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36334D (or 0x36334D) is known color: Black Marlin. HEX triplet: 36, 33 and 4D. RGB value is (54,51,77). Sum of RGB (Red+Green+Blue) = 54+51+77=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #36334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36334D is #C9CCB2. Grayscale: #363636. Windows color (decimal): -13225139 or 5059382. OLE color: 5059382.

HSL color Cylindrical-coordinate representation of color #36334D: hue angle of 246.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36334D is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 51 77 -
CMYK 0.30 0.34 0 0.70
HSL 246.92º 0.2% 0.25% -
HSV(B) 246.92º 0.34% 0.3% -
XYZ 4.04 3.69 7.52 -
YUV 54.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 54 51 77 0.30 0.34 0 0.70 246.92 0.2 0.25
Hex 36 33 4D 1E 22 0 46 F7 14 19
Octal 66 63 115 36 42 0 106 367 24 31
Binary 110110 110011 1001101 11110 100010 0 1000110 11110111 10100 11001

Color Harmonies of #36334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36334D

Black with #36334D

Text Example


Text Example

White with #36334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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