Html Css Color HEX #35344A Black Marlin

📋 copy color: '#35344A'

red 53 ◦ green 52 ◦ blue 74

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

Shades of Black Marlin #35344A

Tints of Black Marlin #35344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 29.61%
G = 29.05%
B = 41.34%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35344A (or 0x35344A) is known color: Black Marlin. HEX triplet: 35, 34 and 4A. RGB value is (53,52,74). Sum of RGB (Red+Green+Blue) = 53+52+74=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #35344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35344A is #CACBB5. Grayscale: #363636. Windows color (decimal): -13290422 or 4863029. OLE color: 4863029.

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

Color convert

RGB 53 52 74 -
CMYK 0.28 0.30 0 0.71
HSL 242.73º 0.17% 0.25% -
HSV(B) 242.73º 0.3% 0.29% -
XYZ 3.93 3.71 6.99 -
YUV 54.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 53 52 74 0.28 0.30 0 0.71 242.73 0.17 0.25
Hex 35 34 4A 1C 1E 0 47 F3 11 19
Octal 65 64 112 34 36 0 107 363 21 31
Binary 110101 110100 1001010 11100 11110 0 1000111 11110011 10001 11001

Color Harmonies of #35344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35344A

Black with #35344A

Text Example


Text Example

White with #35344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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