Html Css Color HEX #2E45BE Cerulean Blue

📋 copy color: '#2E45BE'

red 46 ◦ green 69 ◦ blue 190

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

Shades of Cerulean Blue #2E45BE

Tints of Cerulean Blue #2E45BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 15.08%
G = 22.62%
B = 62.3%

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

#2E45BE (or 0x2E45BE) is known color: Cerulean Blue. HEX triplet: 2E, 45 and BE. RGB value is (46,69,190). Sum of RGB (Red+Green+Blue) = 46+69+190=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E45BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E45BE is #D1BA41. Grayscale: #4B4B4B. Windows color (decimal): -13744706 or 12469550. OLE color: 12469550.

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

Color convert

RGB 46 69 190 -
CMYK 0.76 0.64 0 0.25
HSL 230.42º 0.61% 0.46% -
HSV(B) 230.42º 0.76% 0.75% -
XYZ 12.55 8.55 49.71 -
YUV 75.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 46 69 190 0.76 0.64 0 0.25 230.42 0.61 0.46
Hex 2E 45 BE 4C 40 0 19 E6 3D 2E
Octal 56 105 276 114 100 0 31 346 75 56
Binary 101110 1000101 10111110 1001100 1000000 0 11001 11100110 111101 101110

Color Harmonies of #2E45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E45BE

Black with #2E45BE

Text Example


Text Example

White with #2E45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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