Html Css Color HEX #2E45BF Cerulean Blue

📋 copy color: '#2E45BF'

red 46 ◦ green 69 ◦ blue 191

#2E45BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2E45BF

Tints of Cerulean Blue #2E45BF

RGB

 RED value IS 46 (18.36% from 255) = 15.03%

 GREEN value IS 69 (27.34% from 255) = 22.55%

 BLUE value IS 191 (75% from 255) = 62.42%

R = 15.03%
G = 22.55%
B = 62.42%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E45BF (or 0x2E45BF) is known color: Cerulean Blue. HEX triplet: 2E, 45 and BF. RGB value is (46,69,191). Sum of RGB (Red+Green+Blue) = 46+69+191=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E45BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E45BF is #D1BA40. Grayscale: #4B4B4B. Windows color (decimal): -13744705 or 12535086. OLE color: 12535086.

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

Color convert

RGB 46 69 191 -
CMYK 0.76 0.64 0 0.25
HSL 230.48º 0.61% 0.46% -
HSV(B) 230.48º 0.76% 0.75% -
XYZ 12.66 8.6 50.28 -
YUV 76.03 192.88 106.58 -
System Red Green Blue C M Y K H S L
Decimal 46 69 191 0.76 0.64 0 0.25 230.48 0.61 0.46
Hex 2E 45 BF 4C 40 0 19 E6 3D 2E
Octal 56 105 277 114 100 0 31 346 75 56
Binary 101110 1000101 10111111 1001100 1000000 0 11001 11100110 111101 101110

Color Harmonies of #2E45BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E45BF

Black with #2E45BF

Text Example


Text Example

White with #2E45BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,191); }

 H1.HeaderClassName
 {
   color: #2E45BF;
 }
 .AnyTagClassName
 {
   color: #2E45BF;
 }
</style>

background-color css

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

 a { background-color: rgb(46,69,191); }

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

border-color css

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

 span { border-color: rgb(46,69,191); }

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