#2A52BE

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

Shades of Cerulean Blue #2A52BE

Tints of Cerulean Blue #2A52BE

Color information

#2A52BE (or 0x2A52BE) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and BE. RGB value is (42,82,190). Sum of RGB (Red+Green+Blue) = 42+82+190=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52BE is #D5AD41. Grayscale: #515151. Windows color (decimal): -14003522 or 12472874. OLE color: 12472874.

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

Color convert

RGB4282190-
CMYK0.780.5700.25
HSL223.78º63.79%45.49%-
HSV(B)223.78º77.89%74.51%-
XYZ13.2710.2449.99-
YUV82.35188.7599.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 190 (74.61% from 255) = 60.51%
R=13.38%
G=26.11%
B=60.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42821900.780.5700.25223.7863.7945.49
Hex2A52BE4E39019e0402d
Octal521222761167103134010055
Binary1010101010010101111101001110111001011001111000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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