Html Css Color HEX #35354C Black Marlin

📋 copy color: '#35354C'

red 53 ◦ green 53 ◦ blue 76

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

Shades of Black Marlin #35354C

Tints of Black Marlin #35354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 29.12%
G = 29.12%
B = 41.76%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35354C (or 0x35354C) is known color: Black Marlin. HEX triplet: 35, 35 and 4C. RGB value is (53,53,76). Sum of RGB (Red+Green+Blue) = 53+53+76=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #35354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35354C is #CACAB3. Grayscale: #373737. Windows color (decimal): -13290164 or 4994357. OLE color: 4994357.

HSL color Cylindrical-coordinate representation of color #35354C: hue angle of 240º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35354C is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 53 76 -
CMYK 0.30 0.30 0 0.70
HSL 240º 0.18% 0.25% -
HSV(B) 240º 0.3% 0.3% -
XYZ 4.05 3.82 7.36 -
YUV 55.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 53 53 76 0.30 0.30 0 0.70 240 0.18 0.25
Hex 35 35 4C 1E 1E 0 46 F0 12 19
Octal 65 65 114 36 36 0 106 360 22 31
Binary 110101 110101 1001100 11110 11110 0 1000110 11110000 10010 11001

Color Harmonies of #35354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35354C

Black with #35354C

Text Example


Text Example

White with #35354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35354C; }

 p { color: rgb(53,53,76); }

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

background-color css

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

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

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

border-color css

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

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

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