#327FB8

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

Shades of Curious Blue #327FB8

Tints of Curious Blue #327FB8

Color information

#327FB8 (or 0x327FB8) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and B8. RGB value is (50,127,184). Sum of RGB (Red+Green+Blue) = 50+127+184=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #327FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FB8 is #CD8047. Grayscale: #6E6E6E. Windows color (decimal): -13467720 or 12091186. OLE color: 12091186.

HSL color Cylindrical-coordinate representation of color #327FB8: hue angle of 205.52º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327FB8 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50127184-
CMYK0.730.3100.28
HSL205.52º57.26%45.88%-
HSV(B)205.52º72.83%72.16%-
XYZ17.5619.3248.15-
YUV110.48169.4984.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=13.85%
G=35.18%
B=50.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501271840.730.3100.28205.5257.2645.88
Hex327FB8491F01Cce392e
Octal62177270111370343167156
Binary11001011111111011100010010011111101110011001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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