Html Css Color HEX #35324D Black Marlin

📋 copy color: '#35324D'

red 53 ◦ green 50 ◦ blue 77

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

Shades of Black Marlin #35324D

Tints of Black Marlin #35324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 29.44%
G = 27.78%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35324D (or 0x35324D) is known color: Black Marlin. HEX triplet: 35, 32 and 4D. RGB value is (53,50,77). Sum of RGB (Red+Green+Blue) = 53+50+77=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #35324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35324D is #CACDB2. Grayscale: #353535. Windows color (decimal): -13290931 or 5059125. OLE color: 5059125.

HSL color Cylindrical-coordinate representation of color #35324D: hue angle of 246.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35324D is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 50 77 -
CMYK 0.31 0.35 0 0.70
HSL 246.67º 0.21% 0.25% -
HSV(B) 246.67º 0.35% 0.3% -
XYZ 3.95 3.57 7.5 -
YUV 53.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 53 50 77 0.31 0.35 0 0.70 246.67 0.21 0.25
Hex 35 32 4D 1F 23 0 46 F7 15 19
Octal 65 62 115 37 43 0 106 367 25 31
Binary 110101 110010 1001101 11111 100011 0 1000110 11110111 10101 11001

Color Harmonies of #35324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35324D

Black with #35324D

Text Example


Text Example

White with #35324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35324D; }

 p { color: rgb(53,50,77); }

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

background-color css

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

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

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

border-color css

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

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

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