Html Css Color HEX #35334A Black Marlin

📋 copy color: '#35334A'

red 53 ◦ green 51 ◦ blue 74

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

Shades of Black Marlin #35334A

Tints of Black Marlin #35334A

RGB

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

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

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

R = 29.78%
G = 28.65%
B = 41.57%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35334A (or 0x35334A) is known color: Black Marlin. HEX triplet: 35, 33 and 4A. RGB value is (53,51,74). Sum of RGB (Red+Green+Blue) = 53+51+74=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #35334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35334A is #CACCB5. Grayscale: #363636. Windows color (decimal): -13290678 or 4862773. OLE color: 4862773.

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

Color convert

RGB 53 51 74 -
CMYK 0.28 0.31 0 0.71
HSL 245.22º 0.18% 0.25% -
HSV(B) 245.22º 0.31% 0.29% -
XYZ 3.89 3.62 6.97 -
YUV 54.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 53 51 74 0.28 0.31 0 0.71 245.22 0.18 0.25
Hex 35 33 4A 1C 1F 0 47 F5 12 19
Octal 65 63 112 34 37 0 107 365 22 31
Binary 110101 110011 1001010 11100 11111 0 1000111 11110101 10010 11001

Color Harmonies of #35334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35334A

Black with #35334A

Text Example


Text Example

White with #35334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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