Html Css Color HEX #363450 Black Marlin

📋 copy color: '#363450'

red 54 ◦ green 52 ◦ blue 80

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

Shades of Black Marlin #363450

Tints of Black Marlin #363450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 29.03%
G = 27.96%
B = 43.01%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#363450 (or 0x363450) is known color: Black Marlin. HEX triplet: 36, 34 and 50. RGB value is (54,52,80). Sum of RGB (Red+Green+Blue) = 54+52+80=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #363450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363450 is #C9CBAF. Grayscale: #373737. Windows color (decimal): -13224880 or 5256246. OLE color: 5256246.

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

Color convert

RGB 54 52 80 -
CMYK 0.33 0.35 0 0.69
HSL 244.29º 0.21% 0.26% -
HSV(B) 244.29º 0.35% 0.31% -
XYZ 4.2 3.82 8.11 -
YUV 55.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 54 52 80 0.33 0.35 0 0.69 244.29 0.21 0.26
Hex 36 34 50 21 23 0 45 F4 15 1A
Octal 66 64 120 41 43 0 105 364 25 32
Binary 110110 110100 1010000 100001 100011 0 1000101 11110100 10101 11010

Color Harmonies of #363450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363450

Black with #363450

Text Example


Text Example

White with #363450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363450; }

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

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

background-color css

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

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

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

border-color css

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

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

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