#327AB1

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

Shades of Curious Blue #327AB1

Tints of Curious Blue #327AB1

Color information

#327AB1 (or 0x327AB1) is unknown color: approx Curious Blue. HEX triplet: 32, 7A and B1. RGB value is (50,122,177). Sum of RGB (Red+Green+Blue) = 50+122+177=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #327AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AB1 is #CD854E. Grayscale: #6A6A6A. Windows color (decimal): -13469007 or 11631154. OLE color: 11631154.

HSL color Cylindrical-coordinate representation of color #327AB1: hue angle of 205.98º 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 #327AB1 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50122177-
CMYK0.720.3100.31
HSL205.98º55.95%44.51%-
HSV(B)205.98º71.75%69.41%-
XYZ16.2117.7744.17-
YUV106.74167.6587.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=14.33%
G=34.96%
B=50.72%

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
Decimal501221770.720.3100.31205.9855.9544.51
Hex327AB1481F01Fce382d
Octal62172261110370373167055
Binary11001011110101011000110010001111101111111001110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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