Html Css Color HEX #2E84BA Curious Blue

📋 copy color: '#2E84BA'

red 46 ◦ green 132 ◦ blue 186

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

Shades of Curious Blue #2E84BA

Tints of Curious Blue #2E84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 12.64%
G = 36.26%
B = 51.1%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E84BA (or 0x2E84BA) is known color: Curious Blue. HEX triplet: 2E, 84 and BA. RGB value is (46,132,186). Sum of RGB (Red+Green+Blue) = 46+132+186=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E84BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E84BA is #D17B45. Grayscale: #707070. Windows color (decimal): -13728582 or 12223534. OLE color: 12223534.

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

Color convert

RGB 46 132 186 -
CMYK 0.75 0.29 0 0.27
HSL 203.14º 0.6% 0.45% -
HSV(B) 203.14º 0.75% 0.73% -
XYZ 18.24 20.63 49.47 -
YUV 112.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 46 132 186 0.75 0.29 0 0.27 203.14 0.6 0.45
Hex 2E 84 BA 4B 1D 0 1B CB 3C 2D
Octal 56 204 272 113 35 0 33 313 74 55
Binary 101110 10000100 10111010 1001011 11101 0 11011 11001011 111100 101101

Color Harmonies of #2E84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E84BA

Black with #2E84BA

Text Example


Text Example

White with #2E84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,186); }

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

background-color css

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

 a { background-color: rgb(46,132,186); }

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

border-color css

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

 span { border-color: rgb(46,132,186); }

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