Html Css Color HEX #35344B Black Marlin

📋 copy color: '#35344B'

red 53 ◦ green 52 ◦ blue 75

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

Shades of Black Marlin #35344B

Tints of Black Marlin #35344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.67%

R = 29.44%
G = 28.89%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#35344B (or 0x35344B) is known color: Black Marlin. HEX triplet: 35, 34 and 4B. RGB value is (53,52,75). Sum of RGB (Red+Green+Blue) = 53+52+75=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #35344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35344B is #CACBB4. Grayscale: #363636. Windows color (decimal): -13290421 or 4928565. OLE color: 4928565.

HSL color Cylindrical-coordinate representation of color #35344B: hue angle of 242.61º 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 #35344B is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 52 75 -
CMYK 0.29 0.31 0 0.71
HSL 242.61º 0.18% 0.25% -
HSV(B) 242.61º 0.31% 0.29% -
XYZ 3.97 3.72 7.17 -
YUV 54.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 53 52 75 0.29 0.31 0 0.71 242.61 0.18 0.25
Hex 35 34 4B 1D 1F 0 47 F3 12 19
Octal 65 64 113 35 37 0 107 363 22 31
Binary 110101 110100 1001011 11101 11111 0 1000111 11110011 10010 11001

Color Harmonies of #35344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35344B

Black with #35344B

Text Example


Text Example

White with #35344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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