Html Css Color HEX #2977BE Curious Blue

📋 copy color: '#2977BE'

red 41 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #2977BE

Tints of Curious Blue #2977BE

RGB

 RED value IS 41 (16.41% from 255) = 11.71%

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

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

R = 11.71%
G = 34%
B = 54.29%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2977BE (or 0x2977BE) is known color: Curious Blue. HEX triplet: 29, 77 and BE. RGB value is (41,119,190). Sum of RGB (Red+Green+Blue) = 41+119+190=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #2977BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977BE is #D68841. Grayscale: #676767. Windows color (decimal): -14059586 or 12482345. OLE color: 12482345.

HSL color Cylindrical-coordinate representation of color #2977BE: hue angle of 208.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2977BE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 119 190 -
CMYK 0.78 0.37 0 0.25
HSL 208.59º 0.65% 0.45% -
HSV(B) 208.59º 0.78% 0.75% -
XYZ 16.81 17.38 51.18 -
YUV 103.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 41 119 190 0.78 0.37 0 0.25 208.59 0.65 0.45
Hex 29 77 BE 4E 25 0 19 D1 41 2D
Octal 51 167 276 116 45 0 31 321 101 55
Binary 101001 1110111 10111110 1001110 100101 0 11001 11010001 1000001 101101

Color Harmonies of #2977BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977BE

Black with #2977BE

Text Example


Text Example

White with #2977BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2977BE; }

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

 H1.HeaderClassName
 {
   color: #2977BE;
 }
 .AnyTagClassName
 {
   color: #2977BE;
 }
</style>

background-color css

<style>
 a { background-color: #2977BE; }

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

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

border-color css

<style>
 span { border-color: #2977BE; }

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

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