#326DC2

Color #326DC2 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #326DC2

Tints of Cerulean Blue #326DC2

Color information

#326DC2 (or 0x326DC2) is unknown color: approx Cerulean Blue. HEX triplet: 32, 6D and C2. RGB value is (50,109,194). Sum of RGB (Red+Green+Blue) = 50+109+194=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 194 (76.17% from 255 or 54.96% from 353); Max value from RGB is 194 - color contains mainly: blue. Hex color #326DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DC2 is #CD923D. Grayscale: #646464. Windows color (decimal): -13472318 or 12741938. OLE color: 12741938.

HSL color Cylindrical-coordinate representation of color #326DC2: hue angle of 215.42º 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 #326DC2 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50109194-
CMYK0.740.4400.24
HSL215.42º59.02%47.84%-
HSV(B)215.42º74.23%76.08%-
XYZ16.5215.5153.16-
YUV101.05180.4591.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.16%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 194 (76.17% from 255) = 54.96%
R=14.16%
G=30.88%
B=54.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501091940.740.4400.24215.4259.0247.84
Hex326DC24A2C018d73b30
Octal62155302112540303277360
Binary110010110110111000010100101010110001100011010111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326DC2; }

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

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

<style>
 a { background-color: #326DC2; }

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

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

<style>
 span { border-color: #326DC2; }

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

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