Html Css Color HEX #2E46BD Cerulean Blue

📋 copy color: '#2E46BD'

red 46 ◦ green 70 ◦ blue 189

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

Shades of Cerulean Blue #2E46BD

Tints of Cerulean Blue #2E46BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 15.08%
G = 22.95%
B = 61.97%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E46BD (or 0x2E46BD) is known color: Cerulean Blue. HEX triplet: 2E, 46 and BD. RGB value is (46,70,189). Sum of RGB (Red+Green+Blue) = 46+70+189=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E46BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E46BD is #D1B942. Grayscale: #4B4B4B. Windows color (decimal): -13744451 or 12404270. OLE color: 12404270.

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

Color convert

RGB 46 70 189 -
CMYK 0.76 0.63 0 0.26
HSL 229.93º 0.61% 0.46% -
HSV(B) 229.93º 0.76% 0.74% -
XYZ 12.5 8.64 49.15 -
YUV 76.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 46 70 189 0.76 0.63 0 0.26 229.93 0.61 0.46
Hex 2E 46 BD 4C 3F 0 1A E6 3D 2E
Octal 56 106 275 114 77 0 32 346 75 56
Binary 101110 1000110 10111101 1001100 111111 0 11010 11100110 111101 101110

Color Harmonies of #2E46BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E46BD

Black with #2E46BD

Text Example


Text Example

White with #2E46BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,189); }

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

background-color css

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

 a { background-color: rgb(46,70,189); }

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

border-color css

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

 span { border-color: rgb(46,70,189); }

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