#2848BC

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

Shades of Cerulean Blue #2848BC

Tints of Cerulean Blue #2848BC

Color information

#2848BC (or 0x2848BC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 48 and BC. RGB value is (40,72,188). Sum of RGB (Red+Green+Blue) = 40+72+188=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #2848BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848BC is #D7B743. Grayscale: #4B4B4B. Windows color (decimal): -14137156 or 12339240. OLE color: 12339240.

HSL color Cylindrical-coordinate representation of color #2848BC: hue angle of 227.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2848BC is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4072188-
CMYK0.790.6200.26
HSL227.03º64.91%44.71%-
HSV(B)227.03º78.72%73.73%-
XYZ12.278.7248.61-
YUV75.66191.4102.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 188 (73.83% from 255) = 62.67%
R=13.33%
G=24%
B=62.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40721880.790.6200.26227.0364.9144.71
Hex2848BC4F3E01Ae3412d
Octal501102741177603234310155
Binary1010001001000101111001001111111110011010111000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2848BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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