Html Css Color HEX #2E77BE Curious Blue

📋 copy color: '#2E77BE'

red 46 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #2E77BE

Tints of Curious Blue #2E77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 12.96%
G = 33.52%
B = 53.52%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E77BE (or 0x2E77BE) is known color: Curious Blue. HEX triplet: 2E, 77 and BE. RGB value is (46,119,190). Sum of RGB (Red+Green+Blue) = 46+119+190=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77BE is #D18841. Grayscale: #686868. Windows color (decimal): -13731906 or 12482350. OLE color: 12482350.

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

Color convert

RGB 46 119 190 -
CMYK 0.76 0.37 0 0.25
HSL 209.58º 0.61% 0.46% -
HSV(B) 209.58º 0.76% 0.75% -
XYZ 17.02 17.49 51.19 -
YUV 105.27 175.82 85.73 -
System Red Green Blue C M Y K H S L
Decimal 46 119 190 0.76 0.37 0 0.25 209.58 0.61 0.46
Hex 2E 77 BE 4C 25 0 19 D2 3D 2E
Octal 56 167 276 114 45 0 31 322 75 56
Binary 101110 1110111 10111110 1001100 100101 0 11001 11010010 111101 101110

Color Harmonies of #2E77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E77BE

Black with #2E77BE

Text Example


Text Example

White with #2E77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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