Html Css Color HEX #335347 Spectra

📋 copy color: '#335347'

red 51 ◦ green 83 ◦ blue 71

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

Shades of Spectra #335347

Tints of Spectra #335347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 24.88%
G = 40.49%
B = 34.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#335347 (or 0x335347) is known color: Spectra. HEX triplet: 33, 53 and 47. RGB value is (51,83,71). Sum of RGB (Red+Green+Blue) = 51+83+71=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #335347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335347 is #CCACB8. Grayscale: #484848. Windows color (decimal): -13413561 or 4674355. OLE color: 4674355.

HSL color Cylindrical-coordinate representation of color #335347: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335347 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 71 -
CMYK 0.39 0 0.14 0.67
HSL 157.5º 0.24% 0.26% -
HSV(B) 157.5º 0.39% 0.33% -
XYZ 5.6 7.35 7.08 -
YUV 72.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 51 83 71 0.39 0 0.14 0.67 157.5 0.24 0.26
Hex 33 53 47 27 0 E 43 9E 18 1A
Octal 63 123 107 47 0 16 103 236 30 32
Binary 110011 1010011 1000111 100111 0 1110 1000011 10011110 11000 11010

Color Harmonies of #335347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335347

Black with #335347

Text Example


Text Example

White with #335347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335347; }

 p { color: rgb(51,83,71); }

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

background-color css

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

 a { background-color: rgb(51,83,71); }

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

border-color css

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

 span { border-color: rgb(51,83,71); }

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