Html Css Color HEX #36334E Black Marlin

📋 copy color: '#36334E'

red 54 ◦ green 51 ◦ blue 78

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

Shades of Black Marlin #36334E

Tints of Black Marlin #36334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 29.51%
G = 27.87%
B = 42.62%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36334E (or 0x36334E) is known color: Black Marlin. HEX triplet: 36, 33 and 4E. RGB value is (54,51,78). Sum of RGB (Red+Green+Blue) = 54+51+78=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #36334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36334E is #C9CCB1. Grayscale: #363636. Windows color (decimal): -13225138 or 5124918. OLE color: 5124918.

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

Color convert

RGB 54 51 78 -
CMYK 0.31 0.35 0 0.69
HSL 246.67º 0.21% 0.25% -
HSV(B) 246.67º 0.35% 0.31% -
XYZ 4.08 3.7 7.71 -
YUV 54.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 54 51 78 0.31 0.35 0 0.69 246.67 0.21 0.25
Hex 36 33 4E 1F 23 0 45 F7 15 19
Octal 66 63 116 37 43 0 105 367 25 31
Binary 110110 110011 1001110 11111 100011 0 1000101 11110111 10101 11001

Color Harmonies of #36334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36334E

Black with #36334E

Text Example


Text Example

White with #36334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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