Html Css Color HEX #335447 Spectra

📋 copy color: '#335447'

red 51 ◦ green 84 ◦ blue 71

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

Shades of Spectra #335447

Tints of Spectra #335447

RGB

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

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

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

R = 24.76%
G = 40.78%
B = 34.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#335447 (or 0x335447) is known color: Spectra. HEX triplet: 33, 54 and 47. RGB value is (51,84,71). Sum of RGB (Red+Green+Blue) = 51+84+71=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #335447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335447 is #CCABB8. Grayscale: #484848. Windows color (decimal): -13413305 or 4674611. OLE color: 4674611.

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

Color convert

RGB 51 84 71 -
CMYK 0.39 0 0.15 0.67
HSL 156.36º 0.24% 0.26% -
HSV(B) 156.36º 0.39% 0.33% -
XYZ 5.67 7.5 7.11 -
YUV 72.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 51 84 71 0.39 0 0.15 0.67 156.36 0.24 0.26
Hex 33 54 47 27 0 F 43 9C 18 1A
Octal 63 124 107 47 0 17 103 234 30 32
Binary 110011 1010100 1000111 100111 0 1111 1000011 10011100 11000 11010

Color Harmonies of #335447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335447

Black with #335447

Text Example


Text Example

White with #335447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335447; }

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

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

background-color css

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

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

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

border-color css

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

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

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