Html Css Color HEX #37344D Black Marlin

📋 copy color: '#37344D'

red 55 ◦ green 52 ◦ blue 77

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

Shades of Black Marlin #37344D

Tints of Black Marlin #37344D

RGB

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

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

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

R = 29.89%
G = 28.26%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37344D (or 0x37344D) is known color: Black Marlin. HEX triplet: 37, 34 and 4D. RGB value is (55,52,77). Sum of RGB (Red+Green+Blue) = 55+52+77=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #37344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37344D is #C8CBB2. Grayscale: #373737. Windows color (decimal): -13159347 or 5059639. OLE color: 5059639.

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

Color convert

RGB 55 52 77 -
CMYK 0.29 0.32 0 0.70
HSL 247.2º 0.19% 0.25% -
HSV(B) 247.2º 0.32% 0.3% -
XYZ 4.14 3.8 7.54 -
YUV 55.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 55 52 77 0.29 0.32 0 0.70 247.2 0.19 0.25
Hex 37 34 4D 1D 20 0 46 F7 13 19
Octal 67 64 115 35 40 0 106 367 23 31
Binary 110111 110100 1001101 11101 100000 0 1000110 11110111 10011 11001

Color Harmonies of #37344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37344D

Black with #37344D

Text Example


Text Example

White with #37344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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