#2E48D5

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

Shades of Cerulean Blue #2E48D5

Tints of Cerulean Blue #2E48D5

Color information

#2E48D5 (or 0x2E48D5) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 48 and D5. RGB value is (46,72,213). Sum of RGB (Red+Green+Blue) = 46+72+213=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E48D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E48D5 is #D1B72A. Grayscale: #4F4F4F. Windows color (decimal): -13743915 or 13977646. OLE color: 13977646.

HSL color Cylindrical-coordinate representation of color #2E48D5: hue angle of 230.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E48D5 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4672213-
CMYK0.780.6600.16
HSL230.66º66.53%50.78%-
HSV(B)230.66º78.4%83.53%-
XYZ15.4510.0264.07-
YUV80.3202.89103.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 213 (83.59% from 255) = 64.35%
R=13.90%
G=21.75%
B=64.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal46722130.780.6600.16230.6666.5350.78
Hex2E48D54E42010e74333
Octal5611032511610202034710363
Binary10111010010001101010110011101000010010000111001111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E48D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E48D5; }

 p { color: rgb(46,72,213); }

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

<style>
 a { background-color: #2E48D5; }

 a { background-color: rgb(46,72,213); }

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

<style>
 span { border-color: #2E48D5; }

 span { border-color: rgb(46,72,213); }

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