#2A4DBA

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

Shades of Cerulean Blue #2A4DBA

Tints of Cerulean Blue #2A4DBA

Color information

#2A4DBA (or 0x2A4DBA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4D and BA. RGB value is (42,77,186). Sum of RGB (Red+Green+Blue) = 42+77+186=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DBA is #D5B245. Grayscale: #4E4E4E. Windows color (decimal): -14004806 or 12209450. OLE color: 12209450.

HSL color Cylindrical-coordinate representation of color #2A4DBA: hue angle of 225.42º 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 #2A4DBA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4277186-
CMYK0.770.5900.27
HSL225.42º63.16%44.71%-
HSV(B)225.42º77.42%72.94%-
XYZ12.479.3547.6-
YUV78.96188.4101.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=13.77%
G=25.25%
B=60.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42771860.770.5900.27225.4263.1644.71
Hex2A4DBA4D3B01Be13f2d
Octal52115272115730333417755
Binary101010100110110111010100110111101101101111100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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