#327acc

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

Shades of Curious Blue #327ACC

Tints of Curious Blue #327ACC

Color information

#327ACC (or 0x327ACC) is unknown color: approx Curious Blue. HEX triplet: 32, 7A and CC. RGB value is (50,122,204). Sum of RGB (Red+Green+Blue) = 50+122+204=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #327ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ACC is #CD8533. Grayscale: #6D6D6D. Windows color (decimal): -13468980 or 13400626. OLE color: 13400626.

HSL color Cylindrical-coordinate representation of color #327ACC: hue angle of 211.95º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327ACC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50122204-
CMYK0.750.4000.2
HSL211.95º60.63%49.8%-
HSV(B)211.95º75.49%80%-
XYZ19.1718.9659.78-
YUV109.82181.1585.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.30%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 204 (80.08% from 255) = 54.26%
R=13.30%
G=32.45%
B=54.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501222040.750.4000.2211.9560.6349.8
Hex327ACC4B28014d43d32
Octal62172314113500243247562
Binary110010111101011001100100101110100001010011010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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