#2A61CC

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

Shades of Cerulean Blue #2A61CC

Tints of Cerulean Blue #2A61CC

Color information

#2A61CC (or 0x2A61CC) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 61 and CC. RGB value is (42,97,204). Sum of RGB (Red+Green+Blue) = 42+97+204=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A61CC is #D59E33. Grayscale: #5C5C5C. Windows color (decimal): -13999668 or 13394218. OLE color: 13394218.

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

Color convert

RGB4297204-
CMYK0.790.5200.2
HSL219.63º65.85%48.24%-
HSV(B)219.63º79.41%80%-
XYZ16.1313.458.86-
YUV92.75190.7891.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.24%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=12.24%
G=28.28%
B=59.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42972040.790.5200.2219.6365.8548.24
Hex2A61CC4F34014dc4230
Octal521413141176402433410260
Binary1010101100001110011001001111110100010100110111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A61CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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