#3272C9

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

Shades of Curious Blue #3272C9

Tints of Curious Blue #3272C9

Color information

#3272C9 (or 0x3272C9) is unknown color: approx Curious Blue. HEX triplet: 32, 72 and C9. RGB value is (50,114,201). Sum of RGB (Red+Green+Blue) = 50+114+201=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #3272C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272C9 is #CD8D36. Grayscale: #686868. Windows color (decimal): -13471031 or 13201970. OLE color: 13201970.

HSL color Cylindrical-coordinate representation of color #3272C9: hue angle of 214.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3272C9 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50114201-
CMYK0.750.4300.21
HSL214.57º60.16%49.22%-
HSV(B)214.57º75.12%78.82%-
XYZ17.8816.9357.58-
YUV104.78182.388.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 201 (78.91% from 255) = 55.07%
R=13.70%
G=31.23%
B=55.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501142010.750.4300.21214.5760.1649.22
Hex3272C94B2B015d73c31
Octal62162311113530253277461
Binary110010111001011001001100101110101101010111010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3272C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3272C9; }

 p { color: rgb(50,114,201); }

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

<style>
 a { background-color: #3272C9; }

 a { background-color: rgb(50,114,201); }

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

<style>
 span { border-color: #3272C9; }

 span { border-color: rgb(50,114,201); }

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