#3050B6

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

Shades of Cerulean Blue #3050B6

Tints of Cerulean Blue #3050B6

Color information

#3050B6 (or 0x3050B6) is unknown color: approx Cerulean Blue. HEX triplet: 30, 50 and B6. RGB value is (48,80,182). Sum of RGB (Red+Green+Blue) = 48+80+182=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #3050B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050B6 is #CFAF49. Grayscale: #515151. Windows color (decimal): -13610826 or 11948080. OLE color: 11948080.

HSL color Cylindrical-coordinate representation of color #3050B6: hue angle of 225.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3050B6 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4880182-
CMYK0.740.5600.29
HSL225.67º58.26%45.1%-
HSV(B)225.67º73.63%71.37%-
XYZ12.539.7445.48-
YUV82.06184.4103.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 182 (71.48% from 255) = 58.71%
R=15.48%
G=25.81%
B=58.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48801820.740.5600.29225.6758.2645.1
Hex3050B64A3801De23a2d
Octal60120266112700353427255
Binary110000101000010110110100101011100001110111100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3050B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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