#327FCC

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

Shades of Curious Blue #327FCC

Tints of Curious Blue #327FCC

Color information

#327FCC (or 0x327FCC) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and CC. RGB value is (50,127,204). Sum of RGB (Red+Green+Blue) = 50+127+204=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #327FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FCC is #CD8033. Grayscale: #707070. Windows color (decimal): -13467700 or 13401906. OLE color: 13401906.

HSL color Cylindrical-coordinate representation of color #327FCC: hue angle of 210º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327FCC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50127204-
CMYK0.750.3800.2
HSL210º60.63%49.8%-
HSV(B)210º75.49%80%-
XYZ19.820.2259.99-
YUV112.76179.4983.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.12%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=13.12%
G=33.33%
B=53.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501272040.750.3800.221060.6349.8
Hex327FCC4B26014d23d32
Octal62177314113460243227562
Binary110010111111111001100100101110011001010011010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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