Html Css Color HEX #2E4ABB Cerulean Blue

📋 copy color: '#2E4ABB'

red 46 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #2E4ABB

Tints of Cerulean Blue #2E4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 14.98%
G = 24.1%
B = 60.91%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E4ABB (or 0x2E4ABB) is known color: Cerulean Blue. HEX triplet: 2E, 4A and BB. RGB value is (46,74,187). Sum of RGB (Red+Green+Blue) = 46+74+187=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E4ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4ABB is #D1B544. Grayscale: #4E4E4E. Windows color (decimal): -13743429 or 12274222. OLE color: 12274222.

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

Color convert

RGB 46 74 187 -
CMYK 0.75 0.60 0 0.27
HSL 228.09º 0.61% 0.46% -
HSV(B) 228.09º 0.75% 0.73% -
XYZ 12.55 9.07 48.1 -
YUV 78.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 46 74 187 0.75 0.60 0 0.27 228.09 0.61 0.46
Hex 2E 4A BB 4B 3C 0 1B E4 3D 2E
Octal 56 112 273 113 74 0 33 344 75 56
Binary 101110 1001010 10111011 1001011 111100 0 11011 11100100 111101 101110

Color Harmonies of #2E4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4ABB

Black with #2E4ABB

Text Example


Text Example

White with #2E4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,187); }

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

background-color css

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

 a { background-color: rgb(46,74,187); }

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

border-color css

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

 span { border-color: rgb(46,74,187); }

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