#2A56CA

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

Shades of Cerulean Blue #2A56CA

Tints of Cerulean Blue #2A56CA

Color information

#2A56CA (or 0x2A56CA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 56 and CA. RGB value is (42,86,202). Sum of RGB (Red+Green+Blue) = 42+86+202=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A56CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A56CA is #D5A935. Grayscale: #555555. Windows color (decimal): -14002486 or 13260330. OLE color: 13260330.

HSL color Cylindrical-coordinate representation of color #2A56CA: hue angle of 223.5º 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 #2A56CA is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4286202-
CMYK0.790.5700.21
HSL223.5º65.57%47.84%-
HSV(B)223.5º79.21%79.22%-
XYZ14.9411.4157.29-
YUV86.07193.4296.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.73%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=12.73%
G=26.06%
B=61.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42862020.790.5700.21223.565.5747.84
Hex2A56CA4F39015e04230
Octal521263121177102534010260
Binary1010101010110110010101001111111001010101111000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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