#3271C2

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

Shades of Curious Blue #3271C2

Tints of Curious Blue #3271C2

Color information

#3271C2 (or 0x3271C2) is unknown color: approx Curious Blue. HEX triplet: 32, 71 and C2. RGB value is (50,113,194). Sum of RGB (Red+Green+Blue) = 50+113+194=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #3271C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271C2 is #CD8E3D. Grayscale: #676767. Windows color (decimal): -13471294 or 12742962. OLE color: 12742962.

HSL color Cylindrical-coordinate representation of color #3271C2: hue angle of 213.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3271C2 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50113194-
CMYK0.740.4200.24
HSL213.75º59.02%47.84%-
HSV(B)213.75º74.23%76.08%-
XYZ16.9616.3853.31-
YUV103.4179.1389.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 194 (76.17% from 255) = 54.34%
R=14.01%
G=31.65%
B=54.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501131940.740.4200.24213.7559.0247.84
Hex3271C24A2A018d63b30
Octal62161302112520303267360
Binary110010111000111000010100101010101001100011010110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3271C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3271C2; }

 p { color: rgb(50,113,194); }

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

<style>
 a { background-color: #3271C2; }

 a { background-color: rgb(50,113,194); }

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

<style>
 span { border-color: #3271C2; }

 span { border-color: rgb(50,113,194); }

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