#327CB4

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

Shades of Curious Blue #327CB4

Tints of Curious Blue #327CB4

Color information

#327CB4 (or 0x327CB4) is unknown color: approx Curious Blue. HEX triplet: 32, 7C and B4. RGB value is (50,124,180). Sum of RGB (Red+Green+Blue) = 50+124+180=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #327CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CB4 is #CD834B. Grayscale: #6B6B6B. Windows color (decimal): -13468492 or 11828274. OLE color: 11828274.

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

Color convert

RGB50124180-
CMYK0.720.3100.29
HSL205.85º56.52%45.1%-
HSV(B)205.85º72.22%70.59%-
XYZ16.7618.3945.85-
YUV108.26168.4886.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=14.12%
G=35.03%
B=50.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501241800.720.3100.29205.8556.5245.1
Hex327CB4481F01Dce392d
Octal62174264110370353167155
Binary11001011111001011010010010001111101110111001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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