#2A52CA

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

Shades of Cerulean Blue #2A52CA

Tints of Cerulean Blue #2A52CA

Color information

#2A52CA (or 0x2A52CA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and CA. RGB value is (42,82,202). Sum of RGB (Red+Green+Blue) = 42+82+202=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52CA is #D5AD35. Grayscale: #535353. Windows color (decimal): -14003510 or 13259306. OLE color: 13259306.

HSL color Cylindrical-coordinate representation of color #2A52CA: hue angle of 225º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A52CA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4282202-
CMYK0.790.5900.21
HSL225º65.57%47.84%-
HSV(B)225º79.21%79.22%-
XYZ14.6310.7957.19-
YUV83.72194.7598.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.88%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 202 (79.30% from 255) = 61.96%
R=12.88%
G=25.15%
B=61.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42822020.790.5900.2122565.5747.84
Hex2A52CA4F3B015e14230
Octal521223121177302534110260
Binary1010101010010110010101001111111011010101111000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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