#327cba

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

Shades of Curious Blue #327CBA

Tints of Curious Blue #327CBA

Color information

#327CBA (or 0x327CBA) is unknown color: approx Curious Blue. HEX triplet: 32, 7C and BA. RGB value is (50,124,186). Sum of RGB (Red+Green+Blue) = 50+124+186=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #327CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CBA is #CD8345. Grayscale: #6C6C6C. Windows color (decimal): -13468486 or 12221490. OLE color: 12221490.

HSL color Cylindrical-coordinate representation of color #327CBA: hue angle of 207.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327CBA is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50124186-
CMYK0.730.3300.27
HSL207.35º57.63%46.27%-
HSV(B)207.35º73.12%72.94%-
XYZ17.3918.6449.14-
YUV108.94171.4885.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=13.89%
G=34.44%
B=51.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501241860.730.3300.27207.3557.6346.27
Hex327CBA492101Bcf3a2e
Octal62174272111410333177256
Binary110010111110010111010100100110000101101111001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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