#3749BA

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

Shades of Cerulean Blue #3749BA

Tints of Cerulean Blue #3749BA

Color information

#3749BA (or 0x3749BA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 49 and BA. RGB value is (55,73,186). Sum of RGB (Red+Green+Blue) = 55+73+186=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #3749BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3749BA is #C8B645. Grayscale: #505050. Windows color (decimal): -13153862 or 12208439. OLE color: 12208439.

HSL color Cylindrical-coordinate representation of color #3749BA: hue angle of 231.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3749BA is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5573186-
CMYK0.700.6100.27
HSL231.76º54.36%47.25%-
HSV(B)231.76º70.43%72.94%-
XYZ12.829.1247.54-
YUV80.5187.54109.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=17.52%
G=23.25%
B=59.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55731860.700.6100.27231.7654.3647.25
Hex3749BA463D01Be8362f
Octal67111272106750333506657
Binary110111100100110111010100011011110101101111101000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3749BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,73,186); }

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

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

 a { background-color: rgb(55,73,186); }

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

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

 span { border-color: rgb(55,73,186); }

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