#2A4ABA

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

Shades of Cerulean Blue #2A4ABA

Tints of Cerulean Blue #2A4ABA

Color information

#2A4ABA (or 0x2A4ABA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4A and BA. RGB value is (42,74,186). Sum of RGB (Red+Green+Blue) = 42+74+186=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ABA is #D5B545. Grayscale: #4C4C4C. Windows color (decimal): -14005574 or 12208682. OLE color: 12208682.

HSL color Cylindrical-coordinate representation of color #2A4ABA: hue angle of 226.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A4ABA is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4274186-
CMYK0.770.6000.27
HSL226.67º63.16%44.71%-
HSV(B)226.67º77.42%72.94%-
XYZ12.278.9347.53-
YUV77.2189.4102.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.91%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=13.91%
G=24.50%
B=61.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42741860.770.6000.27226.6763.1644.71
Hex2A4ABA4D3C01Be33f2d
Octal52112272115740333437755
Binary101010100101010111010100110111110001101111100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,186); }

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

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

 a { background-color: rgb(42,74,186); }

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

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

 span { border-color: rgb(42,74,186); }

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