#2E5FB9

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

Shades of Cerulean Blue #2E5FB9

Tints of Cerulean Blue #2E5FB9

Color information

#2E5FB9 (or 0x2E5FB9) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 5F and B9. RGB value is (46,95,185). Sum of RGB (Red+Green+Blue) = 46+95+185=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E5FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FB9 is #D1A046. Grayscale: #5A5A5A. Windows color (decimal): -13738055 or 12148526. OLE color: 12148526.

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

Color convert

RGB4695185-
CMYK0.750.4900.27
HSL218.85º60.17%45.29%-
HSV(B)218.85º75.14%72.55%-
XYZ13.9812.2747.53-
YUV90.61181.2796.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 185 (72.66% from 255) = 56.75%
R=14.11%
G=29.14%
B=56.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46951850.750.4900.27218.8560.1745.29
Hex2E5FB94B3101Bdb3c2d
Octal56137271113610333337455
Binary101110101111110111001100101111000101101111011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,185); }

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

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

 a { background-color: rgb(46,95,185); }

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

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

 span { border-color: rgb(46,95,185); }

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