Html Css Color HEX #36354E Black Marlin

📋 copy color: '#36354E'

red 54 ◦ green 53 ◦ blue 78

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

Shades of Black Marlin #36354E

Tints of Black Marlin #36354E

RGB

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

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

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

R = 29.19%
G = 28.65%
B = 42.16%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36354E (or 0x36354E) is known color: Black Marlin. HEX triplet: 36, 35 and 4E. RGB value is (54,53,78). Sum of RGB (Red+Green+Blue) = 54+53+78=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 53 (21.09% from 255 or 28.65% 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 #36354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36354E is #C9CAB1. Grayscale: #383838. Windows color (decimal): -13224626 or 5125430. OLE color: 5125430.

HSL color Cylindrical-coordinate representation of color #36354E: hue angle of 242.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36354E is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 53 78 -
CMYK 0.31 0.32 0 0.69
HSL 242.4º 0.19% 0.26% -
HSV(B) 242.4º 0.32% 0.31% -
XYZ 4.17 3.88 7.74 -
YUV 56.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 54 53 78 0.31 0.32 0 0.69 242.4 0.19 0.26
Hex 36 35 4E 1F 20 0 45 F2 13 1A
Octal 66 65 116 37 40 0 105 362 23 32
Binary 110110 110101 1001110 11111 100000 0 1000101 11110010 10011 11010

Color Harmonies of #36354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36354E

Black with #36354E

Text Example


Text Example

White with #36354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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