#2B50AC

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

Shades of Cerulean Blue #2B50AC

Tints of Cerulean Blue #2B50AC

Color information

#2B50AC (or 0x2B50AC) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 50 and AC. RGB value is (43,80,172). Sum of RGB (Red+Green+Blue) = 43+80+172=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B50AC is #D4AF53. Grayscale: #4F4F4F. Windows color (decimal): -13938516 or 11292715. OLE color: 11292715.

HSL color Cylindrical-coordinate representation of color #2B50AC: hue angle of 222.79º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B50AC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4380172-
CMYK0.750.5300.33
HSL222.79º60%42.16%-
HSV(B)222.79º75%67.45%-
XYZ11.319.2340.22-
YUV79.42180.24102.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 172 (67.58% from 255) = 58.31%
R=14.58%
G=27.12%
B=58.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43801720.750.5300.33222.796042.16
Hex2B50AC4B35021df3c2a
Octal53120254113650413377452
Binary1010111010000101011001001011110101010000111011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,172); }

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

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

 a { background-color: rgb(43,80,172); }

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

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

 span { border-color: rgb(43,80,172); }

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