#3257BA

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

Shades of Cerulean Blue #3257BA

Tints of Cerulean Blue #3257BA

Color information

#3257BA (or 0x3257BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 57 and BA. RGB value is (50,87,186). Sum of RGB (Red+Green+Blue) = 50+87+186=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3257BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3257BA is #CDA845. Grayscale: #565656. Windows color (decimal): -13477958 or 12212018. OLE color: 12212018.

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

Color convert

RGB5087186-
CMYK0.730.5300.27
HSL223.68º57.63%46.27%-
HSV(B)223.68º73.12%72.94%-
XYZ13.5911.0447.87-
YUV87.22183.74101.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=15.48%
G=26.93%
B=57.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50871860.730.5300.27223.6857.6346.27
Hex3257BA493501Be03a2e
Octal62127272111650333407256
Binary110010101011110111010100100111010101101111100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3257BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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