Html Css Color HEX #335748 Spectra

📋 copy color: '#335748'

red 51 ◦ green 87 ◦ blue 72

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

Shades of Spectra #335748

Tints of Spectra #335748

RGB

 RED value IS 51 (20.31% from 255) = 24.29%

 GREEN value IS 87 (34.38% from 255) = 41.43%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 24.29%
G = 41.43%
B = 34.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#335748 (or 0x335748) is known color: Spectra. HEX triplet: 33, 57 and 48. RGB value is (51,87,72). Sum of RGB (Red+Green+Blue) = 51+87+72=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #335748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335748 is #CCA8B7. Grayscale: #4A4A4A. Windows color (decimal): -13412536 or 4740915. OLE color: 4740915.

HSL color Cylindrical-coordinate representation of color #335748: hue angle of 155º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335748 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 87 72 -
CMYK 0.41 0 0.17 0.66
HSL 155º 0.26% 0.27% -
HSV(B) 155º 0.41% 0.34% -
XYZ 5.94 7.99 7.36 -
YUV 74.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 51 87 72 0.41 0 0.17 0.66 155 0.26 0.27
Hex 33 57 48 29 0 11 42 9B 1A 1B
Octal 63 127 110 51 0 21 102 233 32 33
Binary 110011 1010111 1001000 101001 0 10001 1000010 10011011 11010 11011

Color Harmonies of #335748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335748

Black with #335748

Text Example


Text Example

White with #335748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335748; }

 p { color: rgb(51,87,72); }

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

background-color css

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

 a { background-color: rgb(51,87,72); }

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

border-color css

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

 span { border-color: rgb(51,87,72); }

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