#327fce

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

Shades of Curious Blue #327FCE

Tints of Curious Blue #327FCE

Color information

#327FCE (or 0x327FCE) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and CE. RGB value is (50,127,206). Sum of RGB (Red+Green+Blue) = 50+127+206=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #327FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FCE is #CD8031. Grayscale: #707070. Windows color (decimal): -13467698 or 13532978. OLE color: 13532978.

HSL color Cylindrical-coordinate representation of color #327FCE: hue angle of 210.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327FCE is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB50127206-
CMYK0.760.3800.19
HSL210.38º61.42%50.2%-
HSV(B)210.38º75.73%80.78%-
XYZ20.0520.3161.26-
YUV112.98180.4983.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=13.05%
G=33.16%
B=53.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal501272060.760.3800.19210.3861.4250.2
Hex327FCE4C26013d23d32
Octal62177316114460233227562
Binary110010111111111001110100110010011001001111010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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