#2A52CB

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

Shades of Cerulean Blue #2A52CB

Tints of Cerulean Blue #2A52CB

Color information

#2A52CB (or 0x2A52CB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 52 and CB. RGB value is (42,82,203). Sum of RGB (Red+Green+Blue) = 42+82+203=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A52CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52CB is #D5AD34. Grayscale: #535353. Windows color (decimal): -14003509 or 13324842. OLE color: 13324842.

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

Color convert

RGB4282203-
CMYK0.790.6000.20
HSL225.09º65.71%48.04%-
HSV(B)225.09º79.31%79.61%-
XYZ14.7510.8457.81-
YUV83.83195.2598.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 203 (79.69% from 255) = 62.08%
R=12.84%
G=25.08%
B=62.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42822030.790.6000.20225.0965.7148.04
Hex2A52CB4F3C014e14230
Octal521223131177402434110260
Binary1010101010010110010111001111111100010100111000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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