Html Css Color HEX #2E7ABA Curious Blue

📋 copy color: '#2E7ABA'

red 46 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #2E7ABA

Tints of Curious Blue #2E7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 12.99%
G = 34.46%
B = 52.54%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E7ABA (or 0x2E7ABA) is known color: Curious Blue. HEX triplet: 2E, 7A and BA. RGB value is (46,122,186). Sum of RGB (Red+Green+Blue) = 46+122+186=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E7ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ABA is #D18545. Grayscale: #6A6A6A. Windows color (decimal): -13731142 or 12220974. OLE color: 12220974.

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

Color convert

RGB 46 122 186 -
CMYK 0.75 0.34 0 0.27
HSL 207.43º 0.6% 0.45% -
HSV(B) 207.43º 0.75% 0.73% -
XYZ 16.95 18.05 49.04 -
YUV 106.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 46 122 186 0.75 0.34 0 0.27 207.43 0.6 0.45
Hex 2E 7A BA 4B 22 0 1B CF 3C 2D
Octal 56 172 272 113 42 0 33 317 74 55
Binary 101110 1111010 10111010 1001011 100010 0 11011 11001111 111100 101101

Color Harmonies of #2E7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7ABA

Black with #2E7ABA

Text Example


Text Example

White with #2E7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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