Html Css Color HEX #2E46B2 Cerulean Blue

📋 copy color: '#2E46B2'

red 46 ◦ green 70 ◦ blue 178

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

Shades of Cerulean Blue #2E46B2

Tints of Cerulean Blue #2E46B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 60.54%

R = 15.65%
G = 23.81%
B = 60.54%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2E46B2 (or 0x2E46B2) is known color: Cerulean Blue. HEX triplet: 2E, 46 and B2. RGB value is (46,70,178). Sum of RGB (Red+Green+Blue) = 46+70+178=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 178 (69.92% from 255 or 60.54% from 294); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E46B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E46B2 is #D1B94D. Grayscale: #4A4A4A. Windows color (decimal): -13744462 or 11683374. OLE color: 11683374.

HSL color Cylindrical-coordinate representation of color #2E46B2: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E46B2 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 70 178 -
CMYK 0.74 0.61 0 0.30
HSL 229.09º 0.59% 0.44% -
HSV(B) 229.09º 0.74% 0.7% -
XYZ 11.35 8.18 43.1 -
YUV 75.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 46 70 178 0.74 0.61 0 0.30 229.09 0.59 0.44
Hex 2E 46 B2 4A 3D 0 1E E5 3B 2C
Octal 56 106 262 112 75 0 36 345 73 54
Binary 101110 1000110 10110010 1001010 111101 0 11110 11100101 111011 101100

Color Harmonies of #2E46B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E46B2

Black with #2E46B2

Text Example


Text Example

White with #2E46B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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