#2A4DBD

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

Shades of Cerulean Blue #2A4DBD

Tints of Cerulean Blue #2A4DBD

Color information

#2A4DBD (or 0x2A4DBD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4D and BD. RGB value is (42,77,189). Sum of RGB (Red+Green+Blue) = 42+77+189=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DBD is #D5B242. Grayscale: #4E4E4E. Windows color (decimal): -14004803 or 12406058. OLE color: 12406058.

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

Color convert

RGB4277189-
CMYK0.780.5900.26
HSL225.71º63.64%45.29%-
HSV(B)225.71º77.78%74.12%-
XYZ12.799.4749.3-
YUV79.3189.9101.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=13.64%
G=25%
B=61.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42771890.780.5900.26225.7163.6445.29
Hex2A4DBD4E3B01Ae2402d
Octal521152751167303234210055
Binary1010101001101101111011001110111011011010111000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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