#327FB4

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

Shades of Curious Blue #327FB4

Tints of Curious Blue #327FB4

Color information

#327FB4 (or 0x327FB4) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and B4. RGB value is (50,127,180). Sum of RGB (Red+Green+Blue) = 50+127+180=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #327FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FB4 is #CD804B. Grayscale: #6D6D6D. Windows color (decimal): -13467724 or 11829042. OLE color: 11829042.

HSL color Cylindrical-coordinate representation of color #327FB4: hue angle of 204.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327FB4 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50127180-
CMYK0.720.2900.29
HSL204.46º56.52%45.1%-
HSV(B)204.46º72.22%70.59%-
XYZ17.1419.1545.97-
YUV110.02167.4985.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 180 (70.70% from 255) = 50.42%
R=14.01%
G=35.57%
B=50.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501271800.720.2900.29204.4656.5245.1
Hex327FB4481D01Dcc392d
Octal62177264110350353147155
Binary11001011111111011010010010001110101110111001100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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