#2B63BA

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

Shades of Cerulean Blue #2B63BA

Tints of Cerulean Blue #2B63BA

Color information

#2B63BA (or 0x2B63BA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 63 and BA. RGB value is (43,99,186). Sum of RGB (Red+Green+Blue) = 43+99+186=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B63BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63BA is #D49C45. Grayscale: #5B5B5B. Windows color (decimal): -13933638 or 12215083. OLE color: 12215083.

HSL color Cylindrical-coordinate representation of color #2B63BA: hue angle of 216.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B63BA is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4399186-
CMYK0.770.4700.27
HSL216.5º62.45%44.9%-
HSV(B)216.5º76.88%72.94%-
XYZ14.3212.9848.21-
YUV92.17180.9592.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.11%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=13.11%
G=30.18%
B=56.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43991860.770.4700.27216.562.4544.9
Hex2B63BA4D2F01Bd93e2d
Octal53143272115570333317655
Binary101011110001110111010100110110111101101111011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,99,186); }

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

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

 a { background-color: rgb(43,99,186); }

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

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

 span { border-color: rgb(43,99,186); }

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