Html Css Color HEX #363445 Black Marlin

📋 copy color: '#363445'

red 54 ◦ green 52 ◦ blue 69

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

Shades of Black Marlin #363445

Tints of Black Marlin #363445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 30.86%
G = 29.71%
B = 39.43%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#363445 (or 0x363445) is known color: Black Marlin. HEX triplet: 36, 34 and 45. RGB value is (54,52,69). Sum of RGB (Red+Green+Blue) = 54+52+69=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #363445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363445 is #C9CBBA. Grayscale: #363636. Windows color (decimal): -13224891 or 4535350. OLE color: 4535350.

HSL color Cylindrical-coordinate representation of color #363445: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363445 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 52 69 -
CMYK 0.22 0.25 0 0.73
HSL 247.06º 0.14% 0.24% -
HSV(B) 247.06º 0.25% 0.27% -
XYZ 3.82 3.67 6.14 -
YUV 54.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 54 52 69 0.22 0.25 0 0.73 247.06 0.14 0.24
Hex 36 34 45 16 19 0 49 F7 E 18
Octal 66 64 105 26 31 0 111 367 16 30
Binary 110110 110100 1000101 10110 11001 0 1001001 11110111 1110 11000

Color Harmonies of #363445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363445

Black with #363445

Text Example


Text Example

White with #363445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363445; }

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

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

background-color css

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

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

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

border-color css

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

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

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