#2E44BB

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

Shades of Cerulean Blue #2E44BB

Tints of Cerulean Blue #2E44BB

Color information

#2E44BB (or 0x2E44BB) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 44 and BB. RGB value is (46,68,187). Sum of RGB (Red+Green+Blue) = 46+68+187=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E44BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E44BB is #D1BB44. Grayscale: #4A4A4A. Windows color (decimal): -13744965 or 12272686. OLE color: 12272686.

HSL color Cylindrical-coordinate representation of color #2E44BB: hue angle of 230.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E44BB is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4668187-
CMYK0.750.6400.27
HSL230.64º60.52%45.69%-
HSV(B)230.64º75.4%73.33%-
XYZ12.168.347.98-
YUV74.99191.21107.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=15.28%
G=22.59%
B=62.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46681870.750.6400.27230.6460.5245.69
Hex2E44BB4B4001Be73d2e
Octal561042731131000333477556
Binary1011101000100101110111001011100000001101111100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E44BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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