Html Css Color HEX #335446 Spectra

📋 copy color: '#335446'

red 51 ◦ green 84 ◦ blue 70

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

Shades of Spectra #335446

Tints of Spectra #335446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 24.88%
G = 40.98%
B = 34.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#335446 (or 0x335446) is known color: Spectra. HEX triplet: 33, 54 and 46. RGB value is (51,84,70). Sum of RGB (Red+Green+Blue) = 51+84+70=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #335446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335446 is #CCABB9. Grayscale: #484848. Windows color (decimal): -13413306 or 4609075. OLE color: 4609075.

HSL color Cylindrical-coordinate representation of color #335446: hue angle of 154.55º 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 #335446 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 70 -
CMYK 0.39 0 0.17 0.67
HSL 154.55º 0.24% 0.26% -
HSV(B) 154.55º 0.39% 0.33% -
XYZ 5.64 7.49 6.94 -
YUV 72.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 51 84 70 0.39 0 0.17 0.67 154.55 0.24 0.26
Hex 33 54 46 27 0 11 43 9B 18 1A
Octal 63 124 106 47 0 21 103 233 30 32
Binary 110011 1010100 1000110 100111 0 10001 1000011 10011011 11000 11010

Color Harmonies of #335446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335446

Black with #335446

Text Example


Text Example

White with #335446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335446; }

 p { color: rgb(51,84,70); }

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

background-color css

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

 a { background-color: rgb(51,84,70); }

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

border-color css

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

 span { border-color: rgb(51,84,70); }

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