Html Css Color HEX #36344E Black Marlin

📋 copy color: '#36344E'

red 54 ◦ green 52 ◦ blue 78

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

Shades of Black Marlin #36344E

Tints of Black Marlin #36344E

RGB

 RED value IS 54 (21.48% from 255) = 29.35%

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

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

R = 29.35%
G = 28.26%
B = 42.39%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36344E (or 0x36344E) is known color: Black Marlin. HEX triplet: 36, 34 and 4E. RGB value is (54,52,78). Sum of RGB (Red+Green+Blue) = 54+52+78=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #36344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36344E is #C9CBB1. Grayscale: #373737. Windows color (decimal): -13224882 or 5125174. OLE color: 5125174.

HSL color Cylindrical-coordinate representation of color #36344E: hue angle of 244.62º 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 #36344E is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 52 78 -
CMYK 0.31 0.33 0 0.69
HSL 244.62º 0.2% 0.25% -
HSV(B) 244.62º 0.33% 0.31% -
XYZ 4.12 3.79 7.72 -
YUV 55.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 54 52 78 0.31 0.33 0 0.69 244.62 0.2 0.25
Hex 36 34 4E 1F 21 0 45 F5 14 19
Octal 66 64 116 37 41 0 105 365 24 31
Binary 110110 110100 1001110 11111 100001 0 1000101 11110101 10100 11001

Color Harmonies of #36344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36344E

Black with #36344E

Text Example


Text Example

White with #36344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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