#2A48E1

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

Shades of Cerulean Blue #2A48E1

Tints of Cerulean Blue #2A48E1

Color information

#2A48E1 (or 0x2A48E1) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 48 and E1. RGB value is (42,72,225). Sum of RGB (Red+Green+Blue) = 42+72+225=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A48E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A48E1 is #D5B71E. Grayscale: #4F4F4F. Windows color (decimal): -14006047 or 14764074. OLE color: 14764074.

HSL color Cylindrical-coordinate representation of color #2A48E1: hue angle of 230.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A48E1 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4272225-
CMYK0.810.6800.12
HSL230.16º75.31%52.35%-
HSV(B)230.16º81.33%88.24%-
XYZ16.8610.5672.38-
YUV80.47209.56100.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 225 (88.28% from 255) = 66.37%
R=12.39%
G=21.24%
B=66.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42722250.810.6800.12230.1675.3152.35
Hex2A48E151440Ce64b34
Octal5211034112110401434611364
Binary1010101001000111000011010001100010001100111001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A48E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,225); }

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

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

 a { background-color: rgb(42,72,225); }

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

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

 span { border-color: rgb(42,72,225); }

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