Html Css Color HEX #2E86AE Curious Blue

📋 copy color: '#2E86AE'

red 46 ◦ green 134 ◦ blue 174

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

Shades of Curious Blue #2E86AE

Tints of Curious Blue #2E86AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 12.99%
G = 37.85%
B = 49.15%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E86AE (or 0x2E86AE) is known color: Curious Blue. HEX triplet: 2E, 86 and AE. RGB value is (46,134,174). Sum of RGB (Red+Green+Blue) = 46+134+174=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E86AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E86AE is #D17951. Grayscale: #707070. Windows color (decimal): -13728082 or 11437614. OLE color: 11437614.

HSL color Cylindrical-coordinate representation of color #2E86AE: hue angle of 198.75º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E86AE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 134 174 -
CMYK 0.74 0.23 0 0.32
HSL 198.75º 0.58% 0.43% -
HSV(B) 198.75º 0.74% 0.68% -
XYZ 17.29 20.69 43.13 -
YUV 112.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 46 134 174 0.74 0.23 0 0.32 198.75 0.58 0.43
Hex 2E 86 AE 4A 17 0 20 C7 3A 2B
Octal 56 206 256 112 27 0 40 307 72 53
Binary 101110 10000110 10101110 1001010 10111 0 100000 11000111 111010 101011

Color Harmonies of #2E86AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E86AE

Black with #2E86AE

Text Example


Text Example

White with #2E86AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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