Html Css Color HEX #325448 Spectra

📋 copy color: '#325448'

red 50 ◦ green 84 ◦ blue 72

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

Shades of Spectra #325448

Tints of Spectra #325448

RGB

 RED value IS 50 (19.92% from 255) = 24.27%

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

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

R = 24.27%
G = 40.78%
B = 34.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#325448 (or 0x325448) is known color: Spectra. HEX triplet: 32, 54 and 48. RGB value is (50,84,72). Sum of RGB (Red+Green+Blue) = 50+84+72=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #325448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325448 is #CDABB7. Grayscale: #484848. Windows color (decimal): -13478840 or 4740146. OLE color: 4740146.

HSL color Cylindrical-coordinate representation of color #325448: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325448 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 72 -
CMYK 0.40 0 0.14 0.67
HSL 158.82º 0.25% 0.26% -
HSV(B) 158.82º 0.4% 0.33% -
XYZ 5.66 7.49 7.28 -
YUV 72.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 50 84 72 0.40 0 0.14 0.67 158.82 0.25 0.26
Hex 32 54 48 28 0 E 43 9F 19 1A
Octal 62 124 110 50 0 16 103 237 31 32
Binary 110010 1010100 1001000 101000 0 1110 1000011 10011111 11001 11010

Color Harmonies of #325448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325448

Black with #325448

Text Example


Text Example

White with #325448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325448; }

 p { color: rgb(50,84,72); }

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

background-color css

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

 a { background-color: rgb(50,84,72); }

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

border-color css

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

 span { border-color: rgb(50,84,72); }

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