#3056BA

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

Shades of Cerulean Blue #3056BA

Tints of Cerulean Blue #3056BA

Color information

#3056BA (or 0x3056BA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 56 and BA. RGB value is (48,86,186). Sum of RGB (Red+Green+Blue) = 48+86+186=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 86 (33.98% from 255 or 26.88% 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 #3056BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3056BA is #CFA945. Grayscale: #555555. Windows color (decimal): -13609286 or 12211760. OLE color: 12211760.

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

Color convert

RGB4886186-
CMYK0.740.5400.27
HSL223.48º58.97%45.88%-
HSV(B)223.48º74.19%72.94%-
XYZ13.4110.8347.84-
YUV86.04184.41100.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=15%
G=26.88%
B=58.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48861860.740.5400.27223.4858.9745.88
Hex3056BA4A3601Bdf3b2e
Octal60126272112660333377356
Binary110000101011010111010100101011011001101111011111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3056BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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