Html Css Color HEX #35324E Black Marlin

📋 copy color: '#35324E'

red 53 ◦ green 50 ◦ blue 78

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

Shades of Black Marlin #35324E

Tints of Black Marlin #35324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 29.28%
G = 27.62%
B = 43.09%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35324E (or 0x35324E) is known color: Black Marlin. HEX triplet: 35, 32 and 4E. RGB value is (53,50,78). Sum of RGB (Red+Green+Blue) = 53+50+78=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #35324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35324E is #CACDB1. Grayscale: #353535. Windows color (decimal): -13290930 or 5124661. OLE color: 5124661.

HSL color Cylindrical-coordinate representation of color #35324E: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35324E is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 50 78 -
CMYK 0.32 0.36 0 0.69
HSL 246.43º 0.22% 0.25% -
HSV(B) 246.43º 0.36% 0.31% -
XYZ 3.98 3.59 7.69 -
YUV 54.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 53 50 78 0.32 0.36 0 0.69 246.43 0.22 0.25
Hex 35 32 4E 20 24 0 45 F6 16 19
Octal 65 62 116 40 44 0 105 366 26 31
Binary 110101 110010 1001110 100000 100100 0 1000101 11110110 10110 11001

Color Harmonies of #35324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35324E

Black with #35324E

Text Example


Text Example

White with #35324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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