#2749BA

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

Shades of Cerulean Blue #2749BA

Tints of Cerulean Blue #2749BA

Color information

#2749BA (or 0x2749BA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 49 and BA. RGB value is (39,73,186). Sum of RGB (Red+Green+Blue) = 39+73+186=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #2749BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749BA is #D8B645. Grayscale: #4B4B4B. Windows color (decimal): -14202438 or 12208423. OLE color: 12208423.

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

Color convert

RGB3973186-
CMYK0.790.6100.27
HSL226.12º65.33%44.12%-
HSV(B)226.12º79.03%72.94%-
XYZ12.088.7447.5-
YUV75.72190.24101.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=13.09%
G=24.50%
B=62.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39731860.790.6100.27226.1265.3344.12
Hex2749BA4F3D01Be2412c
Octal471112721177503334210154
Binary1001111001001101110101001111111101011011111000101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2749BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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