Html Css Color HEX #335348 Spectra

📋 copy color: '#335348'

red 51 ◦ green 83 ◦ blue 72

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

Shades of Spectra #335348

Tints of Spectra #335348

RGB

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

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

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

R = 24.76%
G = 40.29%
B = 34.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#335348 (or 0x335348) is known color: Spectra. HEX triplet: 33, 53 and 48. RGB value is (51,83,72). Sum of RGB (Red+Green+Blue) = 51+83+72=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #335348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335348 is #CCACB7. Grayscale: #484848. Windows color (decimal): -13413560 or 4739891. OLE color: 4739891.

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

Color convert

RGB 51 83 72 -
CMYK 0.39 0 0.13 0.67
HSL 159.38º 0.24% 0.26% -
HSV(B) 159.38º 0.39% 0.33% -
XYZ 5.63 7.36 7.25 -
YUV 72.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 51 83 72 0.39 0 0.13 0.67 159.38 0.24 0.26
Hex 33 53 48 27 0 D 43 9F 18 1A
Octal 63 123 110 47 0 15 103 237 30 32
Binary 110011 1010011 1001000 100111 0 1101 1000011 10011111 11000 11010

Color Harmonies of #335348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335348

Black with #335348

Text Example


Text Example

White with #335348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335348; }

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

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

background-color css

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

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

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

border-color css

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

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

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