Html Css Color HEX #2E4FB2 Cerulean Blue

📋 copy color: '#2E4FB2'

red 46 ◦ green 79 ◦ blue 178

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

Shades of Cerulean Blue #2E4FB2

Tints of Cerulean Blue #2E4FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 15.18%
G = 26.07%
B = 58.75%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2E4FB2 (or 0x2E4FB2) is known color: Cerulean Blue. HEX triplet: 2E, 4F and B2. RGB value is (46,79,178). Sum of RGB (Red+Green+Blue) = 46+79+178=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E4FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4FB2 is #D1B04D. Grayscale: #4F4F4F. Windows color (decimal): -13742158 or 11685678. OLE color: 11685678.

HSL color Cylindrical-coordinate representation of color #2E4FB2: hue angle of 225º 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 #2E4FB2 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 79 178 -
CMYK 0.74 0.56 0 0.30
HSL 225º 0.59% 0.44% -
HSV(B) 225º 0.74% 0.7% -
XYZ 11.96 9.39 43.3 -
YUV 80.42 183.07 103.45 -
System Red Green Blue C M Y K H S L
Decimal 46 79 178 0.74 0.56 0 0.30 225 0.59 0.44
Hex 2E 4F B2 4A 38 0 1E E1 3B 2C
Octal 56 117 262 112 70 0 36 341 73 54
Binary 101110 1001111 10110010 1001010 111000 0 11110 11100001 111011 101100

Color Harmonies of #2E4FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FB2

Black with #2E4FB2

Text Example


Text Example

White with #2E4FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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