#3265CD

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

Shades of Cerulean Blue #3265CD

Tints of Cerulean Blue #3265CD

Color information

#3265CD (or 0x3265CD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 65 and CD. RGB value is (50,101,205). Sum of RGB (Red+Green+Blue) = 50+101+205=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #3265CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3265CD is #CD9A32. Grayscale: #616161. Windows color (decimal): -13474355 or 13460786. OLE color: 13460786.

HSL color Cylindrical-coordinate representation of color #3265CD: hue angle of 220.26º 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 #3265CD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB50101205-
CMYK0.760.5100.20
HSL220.26º60.78%50%-
HSV(B)220.26º75.61%80.39%-
XYZ16.9914.3959.64-
YUV97.61188.694.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=14.04%
G=28.37%
B=57.58%

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
Decimal501012050.760.5100.20220.2660.7850
Hex3265CD4C33014dc3d32
Octal62145315114630243347562
Binary110010110010111001101100110011001101010011011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3265CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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