Html Css Color HEX #35344C Black Marlin

📋 copy color: '#35344C'

red 53 ◦ green 52 ◦ blue 76

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

Shades of Black Marlin #35344C

Tints of Black Marlin #35344C

RGB

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

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

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

R = 29.28%
G = 28.73%
B = 41.99%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35344C (or 0x35344C) is known color: Black Marlin. HEX triplet: 35, 34 and 4C. RGB value is (53,52,76). Sum of RGB (Red+Green+Blue) = 53+52+76=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #35344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35344C is #CACBB3. Grayscale: #363636. Windows color (decimal): -13290420 or 4994101. OLE color: 4994101.

HSL color Cylindrical-coordinate representation of color #35344C: hue angle of 242.5º 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 #35344C is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 52 76 -
CMYK 0.30 0.32 0 0.70
HSL 242.5º 0.19% 0.25% -
HSV(B) 242.5º 0.32% 0.3% -
XYZ 4 3.73 7.35 -
YUV 55.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 53 52 76 0.30 0.32 0 0.70 242.5 0.19 0.25
Hex 35 34 4C 1E 20 0 46 F2 13 19
Octal 65 64 114 36 40 0 106 362 23 31
Binary 110101 110100 1001100 11110 100000 0 1000110 11110010 10011 11001

Color Harmonies of #35344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35344C

Black with #35344C

Text Example


Text Example

White with #35344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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