#3264CD

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

Shades of Cerulean Blue #3264CD

Tints of Cerulean Blue #3264CD

Color information

#3264CD (or 0x3264CD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 64 and CD. RGB value is (50,100,205). Sum of RGB (Red+Green+Blue) = 50+100+205=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #3264CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264CD is #CD9B32. Grayscale: #606060. Windows color (decimal): -13474611 or 13460530. OLE color: 13460530.

HSL color Cylindrical-coordinate representation of color #3264CD: hue angle of 220.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3264CD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50100205-
CMYK0.760.5100.20
HSL220.65º60.78%50%-
HSV(B)220.65º75.61%80.39%-
XYZ16.8914.259.61-
YUV97.02188.9494.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 205 (80.47% from 255) = 57.75%
R=14.08%
G=28.17%
B=57.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal501002050.760.5100.20220.6560.7850
Hex3264CD4C33014dd3d32
Octal62144315114630243357562
Binary110010110010011001101100110011001101010011011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3264CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3264CD; }

 p { color: rgb(50,100,205); }

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

<style>
 a { background-color: #3264CD; }

 a { background-color: rgb(50,100,205); }

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

<style>
 span { border-color: #3264CD; }

 span { border-color: rgb(50,100,205); }

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