#3269BD

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

Shades of Cerulean Blue #3269BD

Tints of Cerulean Blue #3269BD

Color information

#3269BD (or 0x3269BD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 69 and BD. RGB value is (50,105,189). Sum of RGB (Red+Green+Blue) = 50+105+189=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #3269BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269BD is #CD9642. Grayscale: #616161. Windows color (decimal): -13473347 or 12413234. OLE color: 12413234.

HSL color Cylindrical-coordinate representation of color #3269BD: hue angle of 216.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3269BD is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50105189-
CMYK0.740.4400.26
HSL216.26º58.16%46.86%-
HSV(B)216.26º73.54%74.12%-
XYZ15.5514.4650.11-
YUV98.13179.2893.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=14.53%
G=30.52%
B=54.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501051890.740.4400.26216.2658.1646.86
Hex3269BD4A2C01Ad83a2f
Octal62151275112540323307257
Binary110010110100110111101100101010110001101011011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3269BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3269BD; }

 p { color: rgb(50,105,189); }

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

<style>
 a { background-color: #3269BD; }

 a { background-color: rgb(50,105,189); }

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

<style>
 span { border-color: #3269BD; }

 span { border-color: rgb(50,105,189); }

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