#3350BA

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

Shades of Cerulean Blue #3350BA

Tints of Cerulean Blue #3350BA

Color information

#3350BA (or 0x3350BA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 50 and BA. RGB value is (51,80,186). Sum of RGB (Red+Green+Blue) = 51+80+186=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3350BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3350BA is #CCAF45. Grayscale: #525252. Windows color (decimal): -13414214 or 12210227. OLE color: 12210227.

HSL color Cylindrical-coordinate representation of color #3350BA: hue angle of 227.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3350BA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5180186-
CMYK0.730.5700.27
HSL227.11º56.96%46.47%-
HSV(B)227.11º72.58%72.94%-
XYZ13.19.9947.69-
YUV83.41185.89104.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=16.09%
G=25.24%
B=58.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51801860.730.5700.27227.1156.9646.47
Hex3350BA493901Be3392e
Octal63120272111710333437156
Binary110011101000010111010100100111100101101111100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3350BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3350BA; }

 p { color: rgb(51,80,186); }

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

<style>
 a { background-color: #3350BA; }

 a { background-color: rgb(51,80,186); }

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

<style>
 span { border-color: #3350BA; }

 span { border-color: rgb(51,80,186); }

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