#327BC5

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

Shades of Curious Blue #327BC5

Tints of Curious Blue #327BC5

Color information

#327BC5 (or 0x327BC5) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and C5. RGB value is (50,123,197). Sum of RGB (Red+Green+Blue) = 50+123+197=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #327BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BC5 is #CD843A. Grayscale: #6D6D6D. Windows color (decimal): -13468731 or 12942130. OLE color: 12942130.

HSL color Cylindrical-coordinate representation of color #327BC5: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327BC5 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB50123197-
CMYK0.750.3800.23
HSL210.2º59.51%48.43%-
HSV(B)210.2º74.62%77.25%-
XYZ18.4818.8855.49-
YUV109.61177.3285.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 197 (77.34% from 255) = 53.24%
R=13.51%
G=33.24%
B=53.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501231970.750.3800.23210.259.5148.43
Hex327BC54B26017d23c30
Octal62173305113460273227460
Binary110010111101111000101100101110011001011111010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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