Html Css Color HEX #37344E Black Marlin

📋 copy color: '#37344E'

red 55 ◦ green 52 ◦ blue 78

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

Shades of Black Marlin #37344E

Tints of Black Marlin #37344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 29.73%
G = 28.11%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37344E (or 0x37344E) is known color: Black Marlin. HEX triplet: 37, 34 and 4E. RGB value is (55,52,78). Sum of RGB (Red+Green+Blue) = 55+52+78=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #37344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37344E is #C8CBB1. Grayscale: #373737. Windows color (decimal): -13159346 or 5125175. OLE color: 5125175.

HSL color Cylindrical-coordinate representation of color #37344E: hue angle of 246.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37344E is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 52 78 -
CMYK 0.29 0.33 0 0.69
HSL 246.92º 0.2% 0.25% -
HSV(B) 246.92º 0.33% 0.31% -
XYZ 4.18 3.82 7.72 -
YUV 55.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 55 52 78 0.29 0.33 0 0.69 246.92 0.2 0.25
Hex 37 34 4E 1D 21 0 45 F7 14 19
Octal 67 64 116 35 41 0 105 367 24 31
Binary 110111 110100 1001110 11101 100001 0 1000101 11110111 10100 11001

Color Harmonies of #37344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37344E

Black with #37344E

Text Example


Text Example

White with #37344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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