#2b57d3

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

Shades of Cerulean Blue #2B57D3

Tints of Cerulean Blue #2B57D3

Color information

#2B57D3 (or 0x2B57D3) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 57 and D3. RGB value is (43,87,211). Sum of RGB (Red+Green+Blue) = 43+87+211=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 211 (82.81% from 255 or 61.88% from 341); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B57D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B57D3 is #D4A82C. Grayscale: #575757. Windows color (decimal): -13936685 or 13850411. OLE color: 13850411.

HSL color Cylindrical-coordinate representation of color #2B57D3: hue angle of 224.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B57D3 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4387211-
CMYK0.800.5900.17
HSL224.29º66.14%49.8%-
HSV(B)224.29º79.62%82.75%-
XYZ16.1612.0363.1-
YUV87.98197.4295.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.61%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 211 (82.81% from 255) = 61.88%
R=12.61%
G=25.51%
B=61.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43872110.800.5900.17224.2966.1449.8
Hex2B57D3503B011e04232
Octal531273231207302134010262
Binary1010111010111110100111010000111011010001111000001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b57d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,211); }

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

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

 a { background-color: rgb(43,87,211); }

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

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

 span { border-color: rgb(43,87,211); }

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