#3050BA

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

Shades of Cerulean Blue #3050BA

Tints of Cerulean Blue #3050BA

Color information

#3050BA (or 0x3050BA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 50 and BA. RGB value is (48,80,186). Sum of RGB (Red+Green+Blue) = 48+80+186=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #3050BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050BA is #CFAF45. Grayscale: #525252. Windows color (decimal): -13610822 or 12210224. OLE color: 12210224.

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

Color convert

RGB4880186-
CMYK0.740.5700.27
HSL226.09º58.97%45.88%-
HSV(B)226.09º74.19%72.94%-
XYZ12.959.9147.68-
YUV82.52186.4103.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=15.29%
G=25.48%
B=59.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48801860.740.5700.27226.0958.9745.88
Hex3050BA4A3901Be23b2e
Octal60120272112710333427356
Binary110000101000010111010100101011100101101111100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3050BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,80,186); }

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

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

 a { background-color: rgb(48,80,186); }

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

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

 span { border-color: rgb(48,80,186); }

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