#2a52bb

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

Shades of Cerulean Blue #2A52BB

Tints of Cerulean Blue #2A52BB

Color information

#2A52BB (or 0x2A52BB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and BB. RGB value is (42,82,187). Sum of RGB (Red+Green+Blue) = 42+82+187=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A52BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52BB is #D5AD44. Grayscale: #515151. Windows color (decimal): -14003525 or 12276266. OLE color: 12276266.

HSL color Cylindrical-coordinate representation of color #2A52BB: hue angle of 223.45º 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 #2A52BB is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4282187-
CMYK0.780.5600.27
HSL223.45º63.32%44.9%-
HSV(B)223.45º77.54%73.33%-
XYZ12.9410.1148.28-
YUV82.01187.2599.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 187 (73.44% from 255) = 60.13%
R=13.50%
G=26.37%
B=60.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42821870.780.5600.27223.4563.3244.9
Hex2A52BB4E3801Bdf3f2d
Octal52122273116700333377755
Binary101010101001010111011100111011100001101111011111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a52bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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