#2A50AB

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

Shades of Cerulean Blue #2A50AB

Tints of Cerulean Blue #2A50AB

Color information

#2A50AB (or 0x2A50AB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 50 and AB. RGB value is (42,80,171). Sum of RGB (Red+Green+Blue) = 42+80+171=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A50AB is #D5AF54. Grayscale: #4E4E4E. Windows color (decimal): -14004053 or 11227178. OLE color: 11227178.

HSL color Cylindrical-coordinate representation of color #2A50AB: hue angle of 222.33º degrees, saturation: 0.61, 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 #2A50AB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4280171-
CMYK0.750.5300.33
HSL222.33º60.56%41.76%-
HSV(B)222.33º75.44%67.06%-
XYZ11.179.1739.71-
YUV79.01179.91101.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=14.33%
G=27.30%
B=58.36%

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
Decimal42801710.750.5300.33222.3360.5641.76
Hex2A50AB4B35021de3d2a
Octal52120253113650413367552
Binary1010101010000101010111001011110101010000111011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,171); }

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

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

 a { background-color: rgb(42,80,171); }

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

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

 span { border-color: rgb(42,80,171); }

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