#2A51BB

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

Shades of Cerulean Blue #2A51BB

Tints of Cerulean Blue #2A51BB

Color information

#2A51BB (or 0x2A51BB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 51 and BB. RGB value is (42,81,187). Sum of RGB (Red+Green+Blue) = 42+81+187=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A51BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A51BB is #D5AE44. Grayscale: #505050. Windows color (decimal): -14003781 or 12276010. OLE color: 12276010.

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

Color convert

RGB4281187-
CMYK0.780.5700.27
HSL223.86º63.32%44.9%-
HSV(B)223.86º77.54%73.33%-
XYZ12.879.9648.26-
YUV81.42187.5899.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 187 (73.44% from 255) = 60.32%
R=13.55%
G=26.13%
B=60.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42811870.780.5700.27223.8663.3244.9
Hex2A51BB4E3901Be03f2d
Octal52121273116710333407755
Binary101010101000110111011100111011100101101111100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,81,187); }

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

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

 a { background-color: rgb(42,81,187); }

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

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

 span { border-color: rgb(42,81,187); }

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