#327BAE

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

Shades of Curious Blue #327BAE

Tints of Curious Blue #327BAE

Color information

#327BAE (or 0x327BAE) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and AE. RGB value is (50,123,174). Sum of RGB (Red+Green+Blue) = 50+123+174=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #327BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAE is #CD8451. Grayscale: #6A6A6A. Windows color (decimal): -13468754 or 11434802. OLE color: 11434802.

HSL color Cylindrical-coordinate representation of color #327BAE: hue angle of 204.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327BAE is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50123174-
CMYK0.710.2900.32
HSL204.68º55.36%43.92%-
HSV(B)204.68º71.26%68.24%-
XYZ16.0417.942.65-
YUV106.99165.8287.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=14.41%
G=35.45%
B=50.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501231740.710.2900.32204.6855.3643.92
Hex327BAE471D020cd372c
Octal62173256107350403156754
Binary110010111101110101110100011111101010000011001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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