Html Css Color HEX #36354C Black Marlin

📋 copy color: '#36354C'

red 54 ◦ green 53 ◦ blue 76

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

Shades of Black Marlin #36354C

Tints of Black Marlin #36354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 29.51%
G = 28.96%
B = 41.53%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36354C (or 0x36354C) is known color: Black Marlin. HEX triplet: 36, 35 and 4C. RGB value is (54,53,76). Sum of RGB (Red+Green+Blue) = 54+53+76=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #36354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36354C is #C9CAB3. Grayscale: #373737. Windows color (decimal): -13224628 or 4994358. OLE color: 4994358.

HSL color Cylindrical-coordinate representation of color #36354C: hue angle of 242.61º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36354C is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 53 76 -
CMYK 0.29 0.30 0 0.70
HSL 242.61º 0.18% 0.25% -
HSV(B) 242.61º 0.3% 0.3% -
XYZ 4.1 3.85 7.37 -
YUV 55.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 54 53 76 0.29 0.30 0 0.70 242.61 0.18 0.25
Hex 36 35 4C 1D 1E 0 46 F3 12 19
Octal 66 65 114 35 36 0 106 363 22 31
Binary 110110 110101 1001100 11101 11110 0 1000110 11110011 10010 11001

Color Harmonies of #36354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36354C

Black with #36354C

Text Example


Text Example

White with #36354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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