Html Css Color HEX #2E5AB3 Cerulean Blue

📋 copy color: '#2E5AB3'

red 46 ◦ green 90 ◦ blue 179

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

Shades of Cerulean Blue #2E5AB3

Tints of Cerulean Blue #2E5AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 179 (70.31% from 255) = 56.83%

R = 14.6%
G = 28.57%
B = 56.83%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2E5AB3 (or 0x2E5AB3) is known color: Cerulean Blue. HEX triplet: 2E, 5A and B3. RGB value is (46,90,179). Sum of RGB (Red+Green+Blue) = 46+90+179=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5AB3 is #D1A54C. Grayscale: #565656. Windows color (decimal): -13739341 or 11754030. OLE color: 11754030.

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

Color convert

RGB 46 90 179 -
CMYK 0.74 0.50 0 0.30
HSL 220.15º 0.59% 0.44% -
HSV(B) 220.15º 0.74% 0.7% -
XYZ 12.92 11.15 44.12 -
YUV 86.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 46 90 179 0.74 0.50 0 0.30 220.15 0.59 0.44
Hex 2E 5A B3 4A 32 0 1E DC 3B 2C
Octal 56 132 263 112 62 0 36 334 73 54
Binary 101110 1011010 10110011 1001010 110010 0 11110 11011100 111011 101100

Color Harmonies of #2E5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5AB3

Black with #2E5AB3

Text Example


Text Example

White with #2E5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,179); }

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

background-color css

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

 a { background-color: rgb(46,90,179); }

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

border-color css

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

 span { border-color: rgb(46,90,179); }

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