Html Css Color HEX #35344D Black Marlin

📋 copy color: '#35344D'

red 53 ◦ green 52 ◦ blue 77

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

Shades of Black Marlin #35344D

Tints of Black Marlin #35344D

RGB

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

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

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

R = 29.12%
G = 28.57%
B = 42.31%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35344D (or 0x35344D) is known color: Black Marlin. HEX triplet: 35, 34 and 4D. RGB value is (53,52,77). Sum of RGB (Red+Green+Blue) = 53+52+77=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #35344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35344D is #CACBB2. Grayscale: #373737. Windows color (decimal): -13290419 or 5059637. OLE color: 5059637.

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

Color convert

RGB 53 52 77 -
CMYK 0.31 0.32 0 0.70
HSL 242.4º 0.19% 0.25% -
HSV(B) 242.4º 0.32% 0.3% -
XYZ 4.04 3.75 7.53 -
YUV 55.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 53 52 77 0.31 0.32 0 0.70 242.4 0.19 0.25
Hex 35 34 4D 1F 20 0 46 F2 13 19
Octal 65 64 115 37 40 0 106 362 23 31
Binary 110101 110100 1001101 11111 100000 0 1000110 11110010 10011 11001

Color Harmonies of #35344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35344D

Black with #35344D

Text Example


Text Example

White with #35344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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