#2848d3

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

Shades of Cerulean Blue #2848D3

Tints of Cerulean Blue #2848D3

Color information

#2848D3 (or 0x2848D3) is unknown color: approx Cerulean Blue. HEX triplet: 28, 48 and D3. RGB value is (40,72,211). Sum of RGB (Red+Green+Blue) = 40+72+211=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 211 (82.81% from 255 or 65.33% from 323); Max value from RGB is 211 - color contains mainly: blue. Hex color #2848D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848D3 is #D7B72C. Grayscale: #4D4D4D. Windows color (decimal): -14137133 or 13846568. OLE color: 13846568.

HSL color Cylindrical-coordinate representation of color #2848D3: hue angle of 228.77º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2848D3 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4072211-
CMYK0.810.6600.17
HSL228.77º68.13%49.22%-
HSV(B)228.77º81.04%82.75%-
XYZ14.959.7962.73-
YUV78.28202.9100.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.38%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 211 (82.81% from 255) = 65.33%
R=12.38%
G=22.29%
B=65.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal40722110.810.6600.17228.7768.1349.22
Hex2848D35142011e54431
Octal5011032312110202134510461
Binary10100010010001101001110100011000010010001111001011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2848d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2848d3; }

 p { color: rgb(40,72,211); }

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

<style>
 a { background-color: #2848d3; }

 a { background-color: rgb(40,72,211); }

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

<style>
 span { border-color: #2848d3; }

 span { border-color: rgb(40,72,211); }

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