#327EC8

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

Shades of Curious Blue #327EC8

Tints of Curious Blue #327EC8

Color information

#327EC8 (or 0x327EC8) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and C8. RGB value is (50,126,200). Sum of RGB (Red+Green+Blue) = 50+126+200=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #327EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC8 is #CD8137. Grayscale: #6F6F6F. Windows color (decimal): -13467960 or 13139506. OLE color: 13139506.

HSL color Cylindrical-coordinate representation of color #327EC8: hue angle of 209.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327EC8 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50126200-
CMYK0.750.3700.22
HSL209.6º60%49.02%-
HSV(B)209.6º75%78.43%-
XYZ19.219.7757.45-
YUV111.71177.8283.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.30%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 200 (78.52% from 255) = 53.19%
R=13.30%
G=33.51%
B=53.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501262000.750.3700.22209.66049.02
Hex327EC84B25016d23c31
Octal62176310113450263227461
Binary110010111111011001000100101110010101011011010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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