#2A44BD

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

Shades of Cerulean Blue #2A44BD

Tints of Cerulean Blue #2A44BD

Color information

#2A44BD (or 0x2A44BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 44 and BD. RGB value is (42,68,189). Sum of RGB (Red+Green+Blue) = 42+68+189=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A44BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A44BD is #D5BB42. Grayscale: #494949. Windows color (decimal): -14007107 or 12403754. OLE color: 12403754.

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

Color convert

RGB4268189-
CMYK0.780.6400.26
HSL229.39º63.64%45.29%-
HSV(B)229.39º77.78%74.12%-
XYZ12.218.349.1-
YUV74.02192.89105.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=14.05%
G=22.74%
B=63.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42681890.780.6400.26229.3963.6445.29
Hex2A44BD4E4001Ae5402d
Octal5210427511610003234510055
Binary10101010001001011110110011101000000011010111001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A44BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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