Html Css Color HEX #35334C Black Marlin

📋 copy color: '#35334C'

red 53 ◦ green 51 ◦ blue 76

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

Shades of Black Marlin #35334C

Tints of Black Marlin #35334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

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

R = 29.44%
G = 28.33%
B = 42.22%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35334C (or 0x35334C) is known color: Black Marlin. HEX triplet: 35, 33 and 4C. RGB value is (53,51,76). Sum of RGB (Red+Green+Blue) = 53+51+76=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #35334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35334C is #CACCB3. Grayscale: #363636. Windows color (decimal): -13290676 or 4993845. OLE color: 4993845.

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

Color convert

RGB 53 51 76 -
CMYK 0.30 0.33 0 0.70
HSL 244.8º 0.2% 0.25% -
HSV(B) 244.8º 0.33% 0.3% -
XYZ 3.96 3.65 7.33 -
YUV 54.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 53 51 76 0.30 0.33 0 0.70 244.8 0.2 0.25
Hex 35 33 4C 1E 21 0 46 F5 14 19
Octal 65 63 114 36 41 0 106 365 24 31
Binary 110101 110011 1001100 11110 100001 0 1000110 11110101 10100 11001

Color Harmonies of #35334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35334C

Black with #35334C

Text Example


Text Example

White with #35334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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