#2A61BD

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

Shades of Cerulean Blue #2A61BD

Tints of Cerulean Blue #2A61BD

Color information

#2A61BD (or 0x2A61BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 61 and BD. RGB value is (42,97,189). Sum of RGB (Red+Green+Blue) = 42+97+189=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A61BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A61BD is #D59E42. Grayscale: #5A5A5A. Windows color (decimal): -13999683 or 12411178. OLE color: 12411178.

HSL color Cylindrical-coordinate representation of color #2A61BD: hue angle of 217.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A61BD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4297189-
CMYK0.780.4900.26
HSL217.55º63.64%45.29%-
HSV(B)217.55º77.78%74.12%-
XYZ14.4112.7249.84-
YUV91.04183.2893.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.80%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=12.80%
G=29.57%
B=57.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42971890.780.4900.26217.5563.6445.29
Hex2A61BD4E3101Ada402d
Octal521412751166103233210055
Binary1010101100001101111011001110110001011010110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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