#2B48C1

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

Shades of Cerulean Blue #2B48C1

Tints of Cerulean Blue #2B48C1

Color information

#2B48C1 (or 0x2B48C1) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 48 and C1. RGB value is (43,72,193). Sum of RGB (Red+Green+Blue) = 43+72+193=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B48C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B48C1 is #D4B73E. Grayscale: #4C4C4C. Windows color (decimal): -13940543 or 12666923. OLE color: 12666923.

HSL color Cylindrical-coordinate representation of color #2B48C1: hue angle of 228.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B48C1 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4372193-
CMYK0.780.6300.24
HSL228.4º63.56%46.27%-
HSV(B)228.4º77.72%75.69%-
XYZ12.94951.51-
YUV77.12193.39103.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 193 (75.78% from 255) = 62.66%
R=13.96%
G=23.38%
B=62.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43721930.780.6300.24228.463.5646.27
Hex2B48C14E3F018e4402e
Octal531103011167703034410056
Binary1010111001000110000011001110111111011000111001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B48C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,193); }

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

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

 a { background-color: rgb(43,72,193); }

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

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

 span { border-color: rgb(43,72,193); }

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