#3251BA

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

Shades of Cerulean Blue #3251BA

Tints of Cerulean Blue #3251BA

Color information

#3251BA (or 0x3251BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 51 and BA. RGB value is (50,81,186). Sum of RGB (Red+Green+Blue) = 50+81+186=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3251BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251BA is #CDAE45. Grayscale: #535353. Windows color (decimal): -13479494 or 12210482. OLE color: 12210482.

HSL color Cylindrical-coordinate representation of color #3251BA: hue angle of 226.32º degrees, saturation: 0.58, 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 #3251BA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5081186-
CMYK0.730.5600.27
HSL226.32º57.63%46.27%-
HSV(B)226.32º73.12%72.94%-
XYZ13.1210.1147.71-
YUV83.7185.73103.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.77%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=15.77%
G=25.55%
B=58.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50811860.730.5600.27226.3257.6346.27
Hex3251BA493801Be23a2e
Octal62121272111700333427256
Binary110010101000110111010100100111100001101111100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3251BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3251BA; }

 p { color: rgb(50,81,186); }

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

<style>
 a { background-color: #3251BA; }

 a { background-color: rgb(50,81,186); }

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

<style>
 span { border-color: #3251BA; }

 span { border-color: rgb(50,81,186); }

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