#327FB0

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

Shades of Curious Blue #327FB0

Tints of Curious Blue #327FB0

Color information

#327FB0 (or 0x327FB0) is unknown color: approx Curious Blue. HEX triplet: 32, 7F and B0. RGB value is (50,127,176). Sum of RGB (Red+Green+Blue) = 50+127+176=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #327FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FB0 is #CD804F. Grayscale: #6D6D6D. Windows color (decimal): -13467728 or 11566898. OLE color: 11566898.

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

Color convert

RGB50127176-
CMYK0.720.2800.31
HSL203.33º55.75%44.31%-
HSV(B)203.33º71.59%69.02%-
XYZ16.7418.9943.86-
YUV109.56165.4985.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.16%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=14.16%
G=35.98%
B=49.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501271760.720.2800.31203.3355.7544.31
Hex327FB0481C01Fcb382c
Octal62177260110340373137054
Binary11001011111111011000010010001110001111111001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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