#2754BA

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

Shades of Cerulean Blue #2754BA

Tints of Cerulean Blue #2754BA

Color information

#2754BA (or 0x2754BA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 54 and BA. RGB value is (39,84,186). Sum of RGB (Red+Green+Blue) = 39+84+186=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2754BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754BA is #D8AB45. Grayscale: #515151. Windows color (decimal): -14199622 or 12211239. OLE color: 12211239.

HSL color Cylindrical-coordinate representation of color #2754BA: hue angle of 221.63º 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 #2754BA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3984186-
CMYK0.790.5500.27
HSL221.63º65.33%44.12%-
HSV(B)221.63º79.03%72.94%-
XYZ12.8710.3247.77-
YUV82.17186.5997.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=12.62%
G=27.18%
B=60.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39841860.790.5500.27221.6365.3344.12
Hex2754BA4F3701Bde412c
Octal471242721176703333610154
Binary1001111010100101110101001111110111011011110111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2754BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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