Html Css Color HEX #37364D Black Marlin

📋 copy color: '#37364D'

red 55 ◦ green 54 ◦ blue 77

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

Shades of Black Marlin #37364D

Tints of Black Marlin #37364D

RGB

 RED value IS 55 (21.88% from 255) = 29.57%

 GREEN value IS 54 (21.48% from 255) = 29.03%

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

R = 29.57%
G = 29.03%
B = 41.4%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37364D (or 0x37364D) is known color: Black Marlin. HEX triplet: 37, 36 and 4D. RGB value is (55,54,77). Sum of RGB (Red+Green+Blue) = 55+54+77=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #37364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37364D is #C8C9B2. Grayscale: #383838. Windows color (decimal): -13158835 or 5060151. OLE color: 5060151.

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

Color convert

RGB 55 54 77 -
CMYK 0.29 0.30 0 0.70
HSL 242.61º 0.18% 0.26% -
HSV(B) 242.61º 0.3% 0.3% -
XYZ 4.23 3.99 7.57 -
YUV 56.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 55 54 77 0.29 0.30 0 0.70 242.61 0.18 0.26
Hex 37 36 4D 1D 1E 0 46 F3 12 1A
Octal 67 66 115 35 36 0 106 363 22 32
Binary 110111 110110 1001101 11101 11110 0 1000110 11110011 10010 11010

Color Harmonies of #37364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37364D

Black with #37364D

Text Example


Text Example

White with #37364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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