#3056c6

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

Shades of Cerulean Blue #3056C6

Tints of Cerulean Blue #3056C6

Color information

#3056C6 (or 0x3056C6) is unknown color: approx Cerulean Blue. HEX triplet: 30, 56 and C6. RGB value is (48,86,198). Sum of RGB (Red+Green+Blue) = 48+86+198=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #3056C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3056C6 is #CFA939. Grayscale: #565656. Windows color (decimal): -13609274 or 12998192. OLE color: 12998192.

HSL color Cylindrical-coordinate representation of color #3056C6: hue angle of 224.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3056C6 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4886198-
CMYK0.760.5700.22
HSL224.8º60.98%48.24%-
HSV(B)224.8º75.76%77.65%-
XYZ14.7411.3654.84-
YUV87.41190.4199.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 198 (77.73% from 255) = 59.64%
R=14.46%
G=25.90%
B=59.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48861980.760.5700.22224.860.9848.24
Hex3056C64C39016e13d30
Octal60126306114710263417560
Binary110000101011011000110100110011100101011011100001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3056c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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