#3056BD

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

Shades of Cerulean Blue #3056BD

Tints of Cerulean Blue #3056BD

Color information

#3056BD (or 0x3056BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 56 and BD. RGB value is (48,86,189). Sum of RGB (Red+Green+Blue) = 48+86+189=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #3056BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3056BD is #CFA942. Grayscale: #555555. Windows color (decimal): -13609283 or 12408368. OLE color: 12408368.

HSL color Cylindrical-coordinate representation of color #3056BD: hue angle of 223.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3056BD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4886189-
CMYK0.750.5400.26
HSL223.83º59.49%46.47%-
HSV(B)223.83º74.6%74.12%-
XYZ13.7310.9649.54-
YUV86.38185.91100.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 189 (74.22% from 255) = 58.51%
R=14.86%
G=26.63%
B=58.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48861890.750.5400.26223.8359.4946.47
Hex3056BD4B3601Ae03b2e
Octal60126275113660323407356
Binary110000101011010111101100101111011001101011100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3056BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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