Html Css Color HEX #37334B Black Marlin

📋 copy color: '#37334B'

red 55 ◦ green 51 ◦ blue 75

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

Shades of Black Marlin #37334B

Tints of Black Marlin #37334B

RGB

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

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

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

R = 30.39%
G = 28.18%
B = 41.44%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37334B (or 0x37334B) is known color: Black Marlin. HEX triplet: 37, 33 and 4B. RGB value is (55,51,75). Sum of RGB (Red+Green+Blue) = 55+51+75=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #37334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37334B is #C8CCB4. Grayscale: #363636. Windows color (decimal): -13159605 or 4928311. OLE color: 4928311.

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

Color convert

RGB 55 51 75 -
CMYK 0.27 0.32 0 0.71
HSL 250º 0.19% 0.25% -
HSV(B) 250º 0.32% 0.29% -
XYZ 4.03 3.69 7.16 -
YUV 54.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 55 51 75 0.27 0.32 0 0.71 250 0.19 0.25
Hex 37 33 4B 1B 20 0 47 FA 13 19
Octal 67 63 113 33 40 0 107 372 23 31
Binary 110111 110011 1001011 11011 100000 0 1000111 11111010 10011 11001

Color Harmonies of #37334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37334B

Black with #37334B

Text Example


Text Example

White with #37334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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