#327AAF

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

Shades of Curious Blue #327AAF

Tints of Curious Blue #327AAF

Color information

#327AAF (or 0x327AAF) is unknown color: approx Curious Blue. HEX triplet: 32, 7A and AF. RGB value is (50,122,175). Sum of RGB (Red+Green+Blue) = 50+122+175=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #327AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AAF is #CD8550. Grayscale: #6A6A6A. Windows color (decimal): -13469009 or 11500082. OLE color: 11500082.

HSL color Cylindrical-coordinate representation of color #327AAF: hue angle of 205.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327AAF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50122175-
CMYK0.710.3000.31
HSL205.44º55.56%44.12%-
HSV(B)205.44º71.43%68.63%-
XYZ16.0117.6943.13-
YUV106.51166.6587.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=14.41%
G=35.16%
B=50.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501221750.710.3000.31205.4455.5644.12
Hex327AAF471E01Fcd382c
Octal62172257107360373157054
Binary11001011110101010111110001111111001111111001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,175); }

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

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

 a { background-color: rgb(50,122,175); }

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

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

 span { border-color: rgb(50,122,175); }

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