Html Css Color HEX #363348 Black Marlin

📋 copy color: '#363348'

red 54 ◦ green 51 ◦ blue 72

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

Shades of Black Marlin #363348

Tints of Black Marlin #363348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 30.51%
G = 28.81%
B = 40.68%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#363348 (or 0x363348) is known color: Black Marlin. HEX triplet: 36, 33 and 48. RGB value is (54,51,72). Sum of RGB (Red+Green+Blue) = 54+51+72=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #363348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363348 is #C9CCB7. Grayscale: #363636. Windows color (decimal): -13225144 or 4731702. OLE color: 4731702.

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

Color convert

RGB 54 51 72 -
CMYK 0.25 0.29 0 0.72
HSL 248.57º 0.17% 0.24% -
HSV(B) 248.57º 0.29% 0.28% -
XYZ 3.87 3.62 6.63 -
YUV 54.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 54 51 72 0.25 0.29 0 0.72 248.57 0.17 0.24
Hex 36 33 48 19 1D 0 48 F9 11 18
Octal 66 63 110 31 35 0 110 371 21 30
Binary 110110 110011 1001000 11001 11101 0 1001000 11111001 10001 11000

Color Harmonies of #363348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363348

Black with #363348

Text Example


Text Example

White with #363348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363348; }

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

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

background-color css

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

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

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

border-color css

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

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

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