#327BAF

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

Shades of Curious Blue #327BAF

Tints of Curious Blue #327BAF

Color information

#327BAF (or 0x327BAF) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and AF. RGB value is (50,123,175). Sum of RGB (Red+Green+Blue) = 50+123+175=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #327BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAF is #CD8450. Grayscale: #6A6A6A. Windows color (decimal): -13468753 or 11500338. OLE color: 11500338.

HSL color Cylindrical-coordinate representation of color #327BAF: hue angle of 204.96º 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 #327BAF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50123175-
CMYK0.710.3000.31
HSL204.96º55.56%44.12%-
HSV(B)204.96º71.43%68.63%-
XYZ16.1417.9443.17-
YUV107.1166.3287.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 175 (68.75% from 255) = 50.29%
R=14.37%
G=35.34%
B=50.29%

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
Decimal501231750.710.3000.31204.9655.5644.12
Hex327BAF471E01Fcd382c
Octal62173257107360373157054
Binary11001011110111010111110001111111001111111001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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