#3269B9

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

Shades of Cerulean Blue #3269B9

Tints of Cerulean Blue #3269B9

Color information

#3269B9 (or 0x3269B9) is unknown color: approx Cerulean Blue. HEX triplet: 32, 69 and B9. RGB value is (50,105,185). Sum of RGB (Red+Green+Blue) = 50+105+185=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #3269B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3269B9 is #CD9646. Grayscale: #616161. Windows color (decimal): -13473351 or 12151090. OLE color: 12151090.

HSL color Cylindrical-coordinate representation of color #3269B9: hue angle of 215.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3269B9 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50105185-
CMYK0.730.4300.27
HSL215.56º57.45%46.08%-
HSV(B)215.56º72.97%72.55%-
XYZ15.1214.2847.86-
YUV97.68177.2894-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.71%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 185 (72.66% from 255) = 54.41%
R=14.71%
G=30.88%
B=54.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501051850.730.4300.27215.5657.4546.08
Hex3269B9492B01Bd8392e
Octal62151271111530333307156
Binary110010110100110111001100100110101101101111011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3269B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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