#327DBF

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

Shades of Curious Blue #327DBF

Tints of Curious Blue #327DBF

Color information

#327DBF (or 0x327DBF) is unknown color: approx Curious Blue. HEX triplet: 32, 7D and BF. RGB value is (50,125,191). Sum of RGB (Red+Green+Blue) = 50+125+191=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #327DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DBF is #CD8240. Grayscale: #6D6D6D. Windows color (decimal): -13468225 or 12549426. OLE color: 12549426.

HSL color Cylindrical-coordinate representation of color #327DBF: hue angle of 208.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327DBF is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50125191-
CMYK0.740.3500.25
HSL208.09º58.51%47.25%-
HSV(B)208.09º73.82%74.9%-
XYZ18.0519.1152.03-
YUV110.1173.6585.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.66%
GREEN value IS 125 (49.22% from 255) = 34.15%
BLUE value IS 191 (75% from 255) = 52.19%
R=13.66%
G=34.15%
B=52.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501251910.740.3500.25208.0958.5147.25
Hex327DBF4A23019d03b2f
Octal62175277112430313207357
Binary110010111110110111111100101010001101100111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,125,191); }

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

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

 a { background-color: rgb(50,125,191); }

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

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

 span { border-color: rgb(50,125,191); }

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