Html Css Color HEX #355F4B Spectra

📋 copy color: '#355F4B'

red 53 ◦ green 95 ◦ blue 75

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

Shades of Spectra #355F4B

Tints of Spectra #355F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.6%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 23.77%
G = 42.6%
B = 33.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#355F4B (or 0x355F4B) is known color: Spectra. HEX triplet: 35, 5F and 4B. RGB value is (53,95,75). Sum of RGB (Red+Green+Blue) = 53+95+75=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #355F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355F4B is #CAA0B4. Grayscale: #505050. Windows color (decimal): -13279413 or 4939573. OLE color: 4939573.

HSL color Cylindrical-coordinate representation of color #355F4B: hue angle of 151.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F4B is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 75 -
CMYK 0.44 0 0.21 0.63
HSL 151.43º 0.28% 0.29% -
HSV(B) 151.43º 0.44% 0.37% -
XYZ 6.83 9.45 8.12 -
YUV 80.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 53 95 75 0.44 0 0.21 0.63 151.43 0.28 0.29
Hex 35 5F 4B 2C 0 15 3F 97 1C 1D
Octal 65 137 113 54 0 25 77 227 34 35
Binary 110101 1011111 1001011 101100 0 10101 111111 10010111 11100 11101

Color Harmonies of #355F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F4B

Black with #355F4B

Text Example


Text Example

White with #355F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355F4B; }

 p { color: rgb(53,95,75); }

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

background-color css

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

 a { background-color: rgb(53,95,75); }

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

border-color css

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

 span { border-color: rgb(53,95,75); }

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