Html Css Color HEX #2E4DBD Cerulean Blue

📋 copy color: '#2E4DBD'

red 46 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #2E4DBD

Tints of Cerulean Blue #2E4DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.68%

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

R = 14.74%
G = 24.68%
B = 60.58%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E4DBD (or 0x2E4DBD) is known color: Cerulean Blue. HEX triplet: 2E, 4D and BD. RGB value is (46,77,189). Sum of RGB (Red+Green+Blue) = 46+77+189=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DBD is #D1B242. Grayscale: #505050. Windows color (decimal): -13742659 or 12406062. OLE color: 12406062.

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

Color convert

RGB 46 77 189 -
CMYK 0.76 0.59 0 0.26
HSL 226.99º 0.61% 0.46% -
HSV(B) 226.99º 0.76% 0.74% -
XYZ 12.97 9.56 49.31 -
YUV 80.5 189.23 103.39 -
System Red Green Blue C M Y K H S L
Decimal 46 77 189 0.76 0.59 0 0.26 226.99 0.61 0.46
Hex 2E 4D BD 4C 3B 0 1A E3 3D 2E
Octal 56 115 275 114 73 0 32 343 75 56
Binary 101110 1001101 10111101 1001100 111011 0 11010 11100011 111101 101110

Color Harmonies of #2E4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4DBD

Black with #2E4DBD

Text Example


Text Example

White with #2E4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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