#327BB1

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

Shades of Curious Blue #327BB1

Tints of Curious Blue #327BB1

Color information

#327BB1 (or 0x327BB1) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and B1. RGB value is (50,123,177). Sum of RGB (Red+Green+Blue) = 50+123+177=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #327BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BB1 is #CD844E. Grayscale: #6B6B6B. Windows color (decimal): -13468751 or 11631410. OLE color: 11631410.

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

Color convert

RGB50123177-
CMYK0.720.3100.31
HSL205.51º55.95%44.51%-
HSV(B)205.51º71.75%69.41%-
XYZ16.3318.0244.21-
YUV107.33167.3287.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.29%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=14.29%
G=35.14%
B=50.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501231770.720.3100.31205.5155.9544.51
Hex327BB1481F01Fce382d
Octal62173261110370373167055
Binary11001011110111011000110010001111101111111001110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,123,177); }

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

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

 a { background-color: rgb(50,123,177); }

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

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

 span { border-color: rgb(50,123,177); }

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