Html Css Color HEX #355348 Spectra

📋 copy color: '#355348'

red 53 ◦ green 83 ◦ blue 72

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

Shades of Spectra #355348

Tints of Spectra #355348

RGB

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

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

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

R = 25.48%
G = 39.9%
B = 34.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#355348 (or 0x355348) is known color: Spectra. HEX triplet: 35, 53 and 48. RGB value is (53,83,72). Sum of RGB (Red+Green+Blue) = 53+83+72=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #355348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355348 is #CAACB7. Grayscale: #484848. Windows color (decimal): -13282488 or 4739893. OLE color: 4739893.

HSL color Cylindrical-coordinate representation of color #355348: hue angle of 158º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355348 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 72 -
CMYK 0.36 0 0.13 0.67
HSL 158º 0.22% 0.27% -
HSV(B) 158º 0.36% 0.33% -
XYZ 5.73 7.41 7.26 -
YUV 72.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 53 83 72 0.36 0 0.13 0.67 158 0.22 0.27
Hex 35 53 48 24 0 D 43 9E 16 1B
Octal 65 123 110 44 0 15 103 236 26 33
Binary 110101 1010011 1001000 100100 0 1101 1000011 10011110 10110 11011

Color Harmonies of #355348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355348

Black with #355348

Text Example


Text Example

White with #355348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355348; }

 p { color: rgb(53,83,72); }

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

background-color css

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

 a { background-color: rgb(53,83,72); }

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

border-color css

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

 span { border-color: rgb(53,83,72); }

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