Html Css Color HEX #363449 Black Marlin

📋 copy color: '#363449'

red 54 ◦ green 52 ◦ blue 73

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

Shades of Black Marlin #363449

Tints of Black Marlin #363449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 30.17%
G = 29.05%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#363449 (or 0x363449) is known color: Black Marlin. HEX triplet: 36, 34 and 49. RGB value is (54,52,73). Sum of RGB (Red+Green+Blue) = 54+52+73=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #363449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363449 is #C9CBB6. Grayscale: #363636. Windows color (decimal): -13224887 or 4797494. OLE color: 4797494.

HSL color Cylindrical-coordinate representation of color #363449: hue angle of 245.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #363449 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 52 73 -
CMYK 0.26 0.29 0 0.71
HSL 245.71º 0.17% 0.25% -
HSV(B) 245.71º 0.29% 0.29% -
XYZ 3.95 3.72 6.81 -
YUV 54.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 54 52 73 0.26 0.29 0 0.71 245.71 0.17 0.25
Hex 36 34 49 1A 1D 0 47 F6 11 19
Octal 66 64 111 32 35 0 107 366 21 31
Binary 110110 110100 1001001 11010 11101 0 1000111 11110110 10001 11001

Color Harmonies of #363449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363449

Black with #363449

Text Example


Text Example

White with #363449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363449; }

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

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

background-color css

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

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

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

border-color css

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

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

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