#2B50A4

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

Shades of Cerulean Blue #2B50A4

Tints of Cerulean Blue #2B50A4

Color information

#2B50A4 (or 0x2B50A4) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 50 and A4. RGB value is (43,80,164). Sum of RGB (Red+Green+Blue) = 43+80+164=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B50A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B50A4 is #D4AF5B. Grayscale: #4E4E4E. Windows color (decimal): -13938524 or 10768427. OLE color: 10768427.

HSL color Cylindrical-coordinate representation of color #2B50A4: hue angle of 221.65º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B50A4 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4380164-
CMYK0.740.5100.36
HSL221.65º58.45%40.59%-
HSV(B)221.65º73.78%64.31%-
XYZ10.578.9336.29-
YUV78.51176.24102.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=14.98%
G=27.87%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43801640.740.5100.36221.6558.4540.59
Hex2B50A44A33024de3a29
Octal53120244112630443367251
Binary1010111010000101001001001010110011010010011011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B50A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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