#2844BA

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

Shades of Cerulean Blue #2844BA

Tints of Cerulean Blue #2844BA

Color information

#2844BA (or 0x2844BA) is unknown color: approx Cerulean Blue. HEX triplet: 28, 44 and BA. RGB value is (40,68,186). Sum of RGB (Red+Green+Blue) = 40+68+186=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #2844BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2844BA is #D7BB45. Grayscale: #484848. Windows color (decimal): -14138182 or 12207144. OLE color: 12207144.

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

Color convert

RGB4068186-
CMYK0.780.6300.27
HSL228.49º64.6%44.31%-
HSV(B)228.49º78.49%72.94%-
XYZ11.818.1347.4-
YUV73.08191.72104.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=13.61%
G=23.13%
B=63.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40681860.780.6300.27228.4964.644.31
Hex2844BA4E3F01Be4412c
Octal501042721167703334410154
Binary1010001000100101110101001110111111011011111001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2844BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,68,186); }

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

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

 a { background-color: rgb(40,68,186); }

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

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

 span { border-color: rgb(40,68,186); }

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