Html Css Color HEX #353348 Black Marlin

📋 copy color: '#353348'

red 53 ◦ green 51 ◦ blue 72

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

Shades of Black Marlin #353348

Tints of Black Marlin #353348

RGB

 RED value IS 53 (21.09% from 255) = 30.11%

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

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

R = 30.11%
G = 28.98%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353348 (or 0x353348) is known color: Black Marlin. HEX triplet: 35, 33 and 48. RGB value is (53,51,72). Sum of RGB (Red+Green+Blue) = 53+51+72=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #353348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353348 is #CACCB7. Grayscale: #353535. Windows color (decimal): -13290680 or 4731701. OLE color: 4731701.

HSL color Cylindrical-coordinate representation of color #353348: hue angle of 245.71º 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 #353348 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 51 72 -
CMYK 0.26 0.29 0 0.72
HSL 245.71º 0.17% 0.24% -
HSV(B) 245.71º 0.29% 0.28% -
XYZ 3.82 3.59 6.62 -
YUV 53.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 53 51 72 0.26 0.29 0 0.72 245.71 0.17 0.24
Hex 35 33 48 1A 1D 0 48 F6 11 18
Octal 65 63 110 32 35 0 110 366 21 30
Binary 110101 110011 1001000 11010 11101 0 1001000 11110110 10001 11000

Color Harmonies of #353348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353348

Black with #353348

Text Example


Text Example

White with #353348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353348; }

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

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

background-color css

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

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

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

border-color css

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

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

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