Html Css Color HEX #325A4E Spectra

📋 copy color: '#325A4E'

red 50 ◦ green 90 ◦ blue 78

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

Shades of Spectra #325A4E

Tints of Spectra #325A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 22.94%
G = 41.28%
B = 35.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#325A4E (or 0x325A4E) is known color: Spectra. HEX triplet: 32, 5A and 4E. RGB value is (50,90,78). Sum of RGB (Red+Green+Blue) = 50+90+78=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #325A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A4E is #CDA5B1. Grayscale: #4C4C4C. Windows color (decimal): -13477298 or 5134898. OLE color: 5134898.

HSL color Cylindrical-coordinate representation of color #325A4E: hue angle of 162º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A4E is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 78 -
CMYK 0.44 0 0.13 0.65
HSL 162º 0.29% 0.27% -
HSV(B) 162º 0.44% 0.35% -
XYZ 6.35 8.54 8.52 -
YUV 76.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 50 90 78 0.44 0 0.13 0.65 162 0.29 0.27
Hex 32 5A 4E 2C 0 D 41 A2 1D 1B
Octal 62 132 116 54 0 15 101 242 35 33
Binary 110010 1011010 1001110 101100 0 1101 1000001 10100010 11101 11011

Color Harmonies of #325A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A4E

Black with #325A4E

Text Example


Text Example

White with #325A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325A4E; }

 p { color: rgb(50,90,78); }

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

background-color css

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

 a { background-color: rgb(50,90,78); }

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

border-color css

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

 span { border-color: rgb(50,90,78); }

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