Html Css Color HEX #37354B Black Marlin

📋 copy color: '#37354B'

red 55 ◦ green 53 ◦ blue 75

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

Shades of Black Marlin #37354B

Tints of Black Marlin #37354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 75 (29.69% from 255) = 40.98%

R = 30.05%
G = 28.96%
B = 40.98%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37354B (or 0x37354B) is known color: Black Marlin. HEX triplet: 37, 35 and 4B. RGB value is (55,53,75). Sum of RGB (Red+Green+Blue) = 55+53+75=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #37354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37354B is #C8CAB4. Grayscale: #383838. Windows color (decimal): -13159093 or 4928823. OLE color: 4928823.

HSL color Cylindrical-coordinate representation of color #37354B: hue angle of 245.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37354B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 53 75 -
CMYK 0.27 0.29 0 0.71
HSL 245.45º 0.17% 0.25% -
HSV(B) 245.45º 0.29% 0.29% -
XYZ 4.12 3.87 7.19 -
YUV 56.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 55 53 75 0.27 0.29 0 0.71 245.45 0.17 0.25
Hex 37 35 4B 1B 1D 0 47 F5 11 19
Octal 67 65 113 33 35 0 107 365 21 31
Binary 110111 110101 1001011 11011 11101 0 1000111 11110101 10001 11001

Color Harmonies of #37354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37354B

Black with #37354B

Text Example


Text Example

White with #37354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37354B; }

 p { color: rgb(55,53,75); }

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

background-color css

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

 a { background-color: rgb(55,53,75); }

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

border-color css

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

 span { border-color: rgb(55,53,75); }

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