Html Css Color HEX #2E7ABE Curious Blue

📋 copy color: '#2E7ABE'

red 46 ◦ green 122 ◦ blue 190

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

Shades of Curious Blue #2E7ABE

Tints of Curious Blue #2E7ABE

RGB

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

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

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

R = 12.85%
G = 34.08%
B = 53.07%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E7ABE (or 0x2E7ABE) is known color: Curious Blue. HEX triplet: 2E, 7A and BE. RGB value is (46,122,190). Sum of RGB (Red+Green+Blue) = 46+122+190=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ABE is #D18541. Grayscale: #6A6A6A. Windows color (decimal): -13731138 or 12483118. OLE color: 12483118.

HSL color Cylindrical-coordinate representation of color #2E7ABE: hue angle of 208.33º 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 #2E7ABE is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 122 190 -
CMYK 0.76 0.36 0 0.25
HSL 208.33º 0.61% 0.46% -
HSV(B) 208.33º 0.76% 0.75% -
XYZ 17.38 18.22 51.32 -
YUV 107.03 174.82 84.47 -
System Red Green Blue C M Y K H S L
Decimal 46 122 190 0.76 0.36 0 0.25 208.33 0.61 0.46
Hex 2E 7A BE 4C 24 0 19 D0 3D 2E
Octal 56 172 276 114 44 0 31 320 75 56
Binary 101110 1111010 10111110 1001100 100100 0 11001 11010000 111101 101110

Color Harmonies of #2E7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7ABE

Black with #2E7ABE

Text Example


Text Example

White with #2E7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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