#3266cc

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

Shades of Cerulean Blue #3266CC

Tints of Cerulean Blue #3266CC

Color information

#3266CC (or 0x3266CC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 66 and CC. RGB value is (50,102,204). Sum of RGB (Red+Green+Blue) = 50+102+204=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #3266CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266CC is #CD9933. Grayscale: #616161. Windows color (decimal): -13474100 or 13395506. OLE color: 13395506.

HSL color Cylindrical-coordinate representation of color #3266CC: hue angle of 219.74º 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 #3266CC is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50102204-
CMYK0.750.500.2
HSL219.74º60.63%49.8%-
HSV(B)219.74º75.49%80%-
XYZ16.9714.5459.04-
YUV98.08187.7793.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=14.04%
G=28.65%
B=57.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501022040.750.500.2219.7460.6349.8
Hex3266CC4B32014dc3d32
Octal62146314113620243347562
Binary110010110011011001100100101111001001010011011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3266cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3266cc; }

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

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

<style>
 a { background-color: #3266cc; }

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

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

<style>
 span { border-color: #3266cc; }

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

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