#3050BF

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

Shades of Cerulean Blue #3050BF

Tints of Cerulean Blue #3050BF

Color information

#3050BF (or 0x3050BF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 50 and BF. RGB value is (48,80,191). Sum of RGB (Red+Green+Blue) = 48+80+191=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #3050BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050BF is #CFAF40. Grayscale: #525252. Windows color (decimal): -13610817 or 12537904. OLE color: 12537904.

HSL color Cylindrical-coordinate representation of color #3050BF: hue angle of 226.57º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3050BF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4880191-
CMYK0.750.5800.25
HSL226.57º59.83%46.86%-
HSV(B)226.57º74.87%74.9%-
XYZ13.4910.1350.53-
YUV83.09188.9102.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 191 (75% from 255) = 59.87%
R=15.05%
G=25.08%
B=59.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48801910.750.5800.25226.5759.8346.86
Hex3050BF4B3A019e33c2f
Octal60120277113720313437457
Binary110000101000010111111100101111101001100111100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3050BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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