Html Css Color HEX #353445 Black Marlin

📋 copy color: '#353445'

red 53 ◦ green 52 ◦ blue 69

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

Shades of Black Marlin #353445

Tints of Black Marlin #353445

RGB

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

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

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

R = 30.46%
G = 29.89%
B = 39.66%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353445 (or 0x353445) is known color: Black Marlin. HEX triplet: 35, 34 and 45. RGB value is (53,52,69). Sum of RGB (Red+Green+Blue) = 53+52+69=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #353445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353445 is #CACBBA. Grayscale: #363636. Windows color (decimal): -13290427 or 4535349. OLE color: 4535349.

HSL color Cylindrical-coordinate representation of color #353445: hue angle of 243.53º 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 #353445 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 52 69 -
CMYK 0.23 0.25 0 0.73
HSL 243.53º 0.14% 0.24% -
HSV(B) 243.53º 0.25% 0.27% -
XYZ 3.77 3.64 6.13 -
YUV 54.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 53 52 69 0.23 0.25 0 0.73 243.53 0.14 0.24
Hex 35 34 45 17 19 0 49 F4 E 18
Octal 65 64 105 27 31 0 111 364 16 30
Binary 110101 110100 1000101 10111 11001 0 1001001 11110100 1110 11000

Color Harmonies of #353445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353445

Black with #353445

Text Example


Text Example

White with #353445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353445; }

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

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

background-color css

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

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

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

border-color css

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

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

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