#2E44A5

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

Shades of Cerulean Blue #2E44A5

Tints of Cerulean Blue #2E44A5

Color information

#2E44A5 (or 0x2E44A5) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 44 and A5. RGB value is (46,68,165). Sum of RGB (Red+Green+Blue) = 46+68+165=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #2E44A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E44A5 is #D1BB5A. Grayscale: #484848. Windows color (decimal): -13744987 or 10830894. OLE color: 10830894.

HSL color Cylindrical-coordinate representation of color #2E44A5: hue angle of 228.91º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E44A5 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4668165-
CMYK0.720.5900.35
HSL228.91º56.4%41.37%-
HSV(B)228.91º72.12%64.71%-
XYZ9.997.4336.51-
YUV72.48180.21109.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=16.49%
G=24.37%
B=59.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal46681650.720.5900.35228.9156.441.37
Hex2E44A5483B023e53829
Octal56104245110730433457051
Binary1011101000100101001011001000111011010001111100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,165); }

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

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

 a { background-color: rgb(46,68,165); }

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

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

 span { border-color: rgb(46,68,165); }

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