#326453

Color #326453 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #326453

Tints of Spectra #326453

Color information

#326453 (or 0x326453) is unknown color: approx Spectra. HEX triplet: 32, 64 and 53. RGB value is (50,100,83). Sum of RGB (Red+Green+Blue) = 50+100+83=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #326453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326453 is #CD9BAC. Grayscale: #535353. Windows color (decimal): -13474733 or 5465138. OLE color: 5465138.

HSL color Cylindrical-coordinate representation of color #326453: hue angle of 159.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326453 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB5010083-
CMYK0.5000.170.61
HSL159.6º33.33%29.41%-
HSV(B)159.6º50%39.22%-
XYZ7.4310.429.8-
YUV83.11127.94104.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=21.46%
G=42.92%
B=35.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100830.5000.170.61159.633.3329.41
Hex326453320113Da0211d
Octal6214412362021752404135
Binary110010110010010100111100100100011111011010000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326453; }

 p { color: rgb(50,100,83); }

 H1.HeaderClassName
 {
   color: #326453;
 }
 .AnyTagClassName
 {
   color: #326453;
 }
</style>
background-color css

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

 a { background-color: rgb(50,100,83); }

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

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

 span { border-color: rgb(50,100,83); }

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