Html Css Color HEX #2E86BA Curious Blue

📋 copy color: '#2E86BA'

red 46 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #2E86BA

Tints of Curious Blue #2E86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 12.57%
G = 36.61%
B = 50.82%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E86BA (or 0x2E86BA) is known color: Curious Blue. HEX triplet: 2E, 86 and BA. RGB value is (46,134,186). Sum of RGB (Red+Green+Blue) = 46+134+186=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E86BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E86BA is #D17945. Grayscale: #717171. Windows color (decimal): -13728070 or 12224046. OLE color: 12224046.

HSL color Cylindrical-coordinate representation of color #2E86BA: hue angle of 202.29º 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 #2E86BA is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 134 186 -
CMYK 0.75 0.28 0 0.27
HSL 202.29º 0.6% 0.45% -
HSV(B) 202.29º 0.75% 0.73% -
XYZ 18.51 21.18 49.57 -
YUV 113.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 46 134 186 0.75 0.28 0 0.27 202.29 0.6 0.45
Hex 2E 86 BA 4B 1C 0 1B CA 3C 2D
Octal 56 206 272 113 34 0 33 312 74 55
Binary 101110 10000110 10111010 1001011 11100 0 11011 11001010 111100 101101

Color Harmonies of #2E86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E86BA

Black with #2E86BA

Text Example


Text Example

White with #2E86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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