#3254BA

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

Shades of Cerulean Blue #3254BA

Tints of Cerulean Blue #3254BA

Color information

#3254BA (or 0x3254BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 54 and BA. RGB value is (50,84,186). Sum of RGB (Red+Green+Blue) = 50+84+186=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #3254BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3254BA is #CDAB45. Grayscale: #555555. Windows color (decimal): -13478726 or 12211250. OLE color: 12211250.

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

Color convert

RGB5084186-
CMYK0.730.5500.27
HSL225º57.63%46.27%-
HSV(B)225º73.12%72.94%-
XYZ13.3510.5647.79-
YUV85.46184.74102.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=15.62%
G=26.25%
B=58.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50841860.730.5500.2722557.6346.27
Hex3254BA493701Be13a2e
Octal62124272111670333417256
Binary110010101010010111010100100111011101101111100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3254BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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