#327EBF

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

Shades of Curious Blue #327EBF

Tints of Curious Blue #327EBF

Color information

#327EBF (or 0x327EBF) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and BF. RGB value is (50,126,191). Sum of RGB (Red+Green+Blue) = 50+126+191=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #327EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBF is #CD8140. Grayscale: #6E6E6E. Windows color (decimal): -13467969 or 12549682. OLE color: 12549682.

HSL color Cylindrical-coordinate representation of color #327EBF: hue angle of 207.66º 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 #327EBF is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50126191-
CMYK0.740.3400.25
HSL207.66º58.51%47.25%-
HSV(B)207.66º73.82%74.9%-
XYZ18.1819.3652.07-
YUV110.69173.3284.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.62%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 52.04%
R=13.62%
G=34.33%
B=52.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501261910.740.3400.25207.6658.5147.25
Hex327EBF4A22019d03b2f
Octal62176277112420313207357
Binary110010111111010111111100101010001001100111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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