#327FA9

Color #327FA9 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #327FA9

Tints of Curious Blue #327FA9

Color information

#327FA9 (or 0x327FA9) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and A9. RGB value is (50,127,169). Sum of RGB (Red+Green+Blue) = 50+127+169=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #327FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FA9 is #CD8056. Grayscale: #6C6C6C. Windows color (decimal): -13467735 or 11108146. OLE color: 11108146.

HSL color Cylindrical-coordinate representation of color #327FA9: hue angle of 201.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327FA9 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB50127169-
CMYK0.700.2500.34
HSL201.18º54.34%42.94%-
HSV(B)201.18º70.41%66.27%-
XYZ16.0718.7240.3-
YUV108.76161.9986.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=14.45%
G=36.71%
B=48.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal501271690.700.2500.34201.1854.3442.94
Hex327FA94619022c9362b
Octal62177251106310423116653
Binary110010111111110101001100011011001010001011001001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327FA9; }

 p { color: rgb(50,127,169); }

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

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

 a { background-color: rgb(50,127,169); }

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

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

 span { border-color: rgb(50,127,169); }

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