Html Css Color HEX #353450 Black Marlin

📋 copy color: '#353450'

red 53 ◦ green 52 ◦ blue 80

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

Shades of Black Marlin #353450

Tints of Black Marlin #353450

RGB

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

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

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

R = 28.65%
G = 28.11%
B = 43.24%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#353450 (or 0x353450) is known color: Black Marlin. HEX triplet: 35, 34 and 50. RGB value is (53,52,80). Sum of RGB (Red+Green+Blue) = 53+52+80=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #353450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353450 is #CACBAF. Grayscale: #373737. Windows color (decimal): -13290416 or 5256245. OLE color: 5256245.

HSL color Cylindrical-coordinate representation of color #353450: hue angle of 242.14º 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 #353450 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 52 80 -
CMYK 0.34 0.35 0 0.69
HSL 242.14º 0.21% 0.26% -
HSV(B) 242.14º 0.35% 0.31% -
XYZ 4.14 3.79 8.1 -
YUV 55.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 53 52 80 0.34 0.35 0 0.69 242.14 0.21 0.26
Hex 35 34 50 22 23 0 45 F2 15 1A
Octal 65 64 120 42 43 0 105 362 25 32
Binary 110101 110100 1010000 100010 100011 0 1000101 11110010 10101 11010

Color Harmonies of #353450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353450

Black with #353450

Text Example


Text Example

White with #353450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353450; }

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

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

background-color css

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

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

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

border-color css

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

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

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