#327FAD

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

Shades of Curious Blue #327FAD

Tints of Curious Blue #327FAD

Color information

#327FAD (or 0x327FAD) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and AD. RGB value is (50,127,173). Sum of RGB (Red+Green+Blue) = 50+127+173=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #327FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FAD is #CD8052. Grayscale: #6C6C6C. Windows color (decimal): -13467731 or 11370290. OLE color: 11370290.

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

Color convert

RGB50127173-
CMYK0.710.2700.32
HSL202.44º55.16%43.73%-
HSV(B)202.44º71.1%67.84%-
XYZ16.4518.8742.31-
YUV109.22163.9985.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.29%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=14.29%
G=36.29%
B=49.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501271730.710.2700.32202.4455.1643.73
Hex327FAD471B020ca372c
Octal62177255107330403126754
Binary110010111111110101101100011111011010000011001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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