#3050B8

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

Shades of Cerulean Blue #3050B8

Tints of Cerulean Blue #3050B8

Color information

#3050B8 (or 0x3050B8) is unknown color: approx Cerulean Blue. HEX triplet: 30, 50 and B8. RGB value is (48,80,184). Sum of RGB (Red+Green+Blue) = 48+80+184=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #3050B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050B8 is #CFAF47. Grayscale: #515151. Windows color (decimal): -13610824 or 12079152. OLE color: 12079152.

HSL color Cylindrical-coordinate representation of color #3050B8: hue angle of 225.88º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3050B8 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4880184-
CMYK0.740.5700.28
HSL225.88º58.62%45.49%-
HSV(B)225.88º73.91%72.16%-
XYZ12.749.8346.57-
YUV82.29185.4103.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=15.38%
G=25.64%
B=58.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48801840.740.5700.28225.8858.6245.49
Hex3050B84A3901Ce23b2d
Octal60120270112710343427355
Binary110000101000010111000100101011100101110011100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3050B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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