#327AC0

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

Shades of Curious Blue #327AC0

Tints of Curious Blue #327AC0

Color information

#327AC0 (or 0x327AC0) is unknown color: approx Curious Blue. HEX triplet: 32, 7A and C0. RGB value is (50,122,192). Sum of RGB (Red+Green+Blue) = 50+122+192=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #327AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327AC0 is #CD853F. Grayscale: #6C6C6C. Windows color (decimal): -13468992 or 12614194. OLE color: 12614194.

HSL color Cylindrical-coordinate representation of color #327AC0: hue angle of 209.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327AC0 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB50122192-
CMYK0.740.3600.25
HSL209.58º58.68%47.45%-
HSV(B)209.58º73.96%75.29%-
XYZ17.7918.452.48-
YUV108.45175.1586.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=13.74%
G=33.52%
B=52.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501221920.740.3600.25209.5858.6847.45
Hex327AC04A24019d23b2f
Octal62172300112440313227357
Binary110010111101011000000100101010010001100111010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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