Html Css Color HEX #2E82BE Curious Blue

📋 copy color: '#2E82BE'

red 46 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #2E82BE

Tints of Curious Blue #2E82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 12.57%
G = 35.52%
B = 51.91%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E82BE (or 0x2E82BE) is known color: Curious Blue. HEX triplet: 2E, 82 and BE. RGB value is (46,130,190). Sum of RGB (Red+Green+Blue) = 46+130+190=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E82BE is #D17D41. Grayscale: #6F6F6F. Windows color (decimal): -13729090 or 12485166. OLE color: 12485166.

HSL color Cylindrical-coordinate representation of color #2E82BE: hue angle of 205º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E82BE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 130 190 -
CMYK 0.76 0.32 0 0.25
HSL 205º 0.61% 0.46% -
HSV(B) 205º 0.76% 0.75% -
XYZ 18.4 20.26 51.66 -
YUV 111.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 46 130 190 0.76 0.32 0 0.25 205 0.61 0.46
Hex 2E 82 BE 4C 20 0 19 CD 3D 2E
Octal 56 202 276 114 40 0 31 315 75 56
Binary 101110 10000010 10111110 1001100 100000 0 11001 11001101 111101 101110

Color Harmonies of #2E82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E82BE

Black with #2E82BE

Text Example


Text Example

White with #2E82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,130,190); }

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

background-color css

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

 a { background-color: rgb(46,130,190); }

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

border-color css

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

 span { border-color: rgb(46,130,190); }

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