#2A4DBB

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

Shades of Cerulean Blue #2A4DBB

Tints of Cerulean Blue #2A4DBB

Color information

#2A4DBB (or 0x2A4DBB) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 4D and BB. RGB value is (42,77,187). Sum of RGB (Red+Green+Blue) = 42+77+187=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DBB is #D5B244. Grayscale: #4E4E4E. Windows color (decimal): -14004805 or 12274986. OLE color: 12274986.

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

Color convert

RGB4277187-
CMYK0.780.5900.27
HSL225.52º63.32%44.9%-
HSV(B)225.52º77.54%73.33%-
XYZ12.589.3948.16-
YUV79.08188.9101.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=13.73%
G=25.16%
B=61.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42771870.780.5900.27225.5263.3244.9
Hex2A4DBB4E3B01Be23f2d
Octal52115273116730333427755
Binary101010100110110111011100111011101101101111100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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