Html Css Color HEX #335B4B Spectra

📋 copy color: '#335B4B'

red 51 ◦ green 91 ◦ blue 75

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

Shades of Spectra #335B4B

Tints of Spectra #335B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.94%

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

R = 23.5%
G = 41.94%
B = 34.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#335B4B (or 0x335B4B) is known color: Spectra. HEX triplet: 33, 5B and 4B. RGB value is (51,91,75). Sum of RGB (Red+Green+Blue) = 51+91+75=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #335B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B4B is #CCA4B4. Grayscale: #4D4D4D. Windows color (decimal): -13411509 or 4938547. OLE color: 4938547.

HSL color Cylindrical-coordinate representation of color #335B4B: hue angle of 156º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B4B is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 75 -
CMYK 0.44 0 0.18 0.64
HSL 156º 0.28% 0.28% -
HSV(B) 156º 0.44% 0.36% -
XYZ 6.38 8.69 8 -
YUV 77.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 51 91 75 0.44 0 0.18 0.64 156 0.28 0.28
Hex 33 5B 4B 2C 0 12 40 9C 1C 1C
Octal 63 133 113 54 0 22 100 234 34 34
Binary 110011 1011011 1001011 101100 0 10010 1000000 10011100 11100 11100

Color Harmonies of #335B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B4B

Black with #335B4B

Text Example


Text Example

White with #335B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335B4B; }

 p { color: rgb(51,91,75); }

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

background-color css

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

 a { background-color: rgb(51,91,75); }

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

border-color css

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

 span { border-color: rgb(51,91,75); }

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