#2A5BCC

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

Shades of Cerulean Blue #2A5BCC

Tints of Cerulean Blue #2A5BCC

Color information

#2A5BCC (or 0x2A5BCC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5B and CC. RGB value is (42,91,204). Sum of RGB (Red+Green+Blue) = 42+91+204=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BCC is #D5A433. Grayscale: #585858. Windows color (decimal): -14001204 or 13392682. OLE color: 13392682.

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

Color convert

RGB4291204-
CMYK0.790.5500.2
HSL221.85º65.85%48.24%-
HSV(B)221.85º79.41%80%-
XYZ15.612.3358.69-
YUV89.23192.7794.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=12.46%
G=27.00%
B=60.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42912040.790.5500.2221.8565.8548.24
Hex2A5BCC4F37014de4230
Octal521333141176702433610260
Binary1010101011011110011001001111110111010100110111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,91,204); }

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

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

 a { background-color: rgb(42,91,204); }

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

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

 span { border-color: rgb(42,91,204); }

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