Html Css Color HEX #2977BA Curious Blue

📋 copy color: '#2977BA'

red 41 ◦ green 119 ◦ blue 186

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

Shades of Curious Blue #2977BA

Tints of Curious Blue #2977BA

RGB

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

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

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

R = 11.85%
G = 34.39%
B = 53.76%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2977BA (or 0x2977BA) is known color: Curious Blue. HEX triplet: 29, 77 and BA. RGB value is (41,119,186). Sum of RGB (Red+Green+Blue) = 41+119+186=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2977BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977BA is #D68845. Grayscale: #666666. Windows color (decimal): -14059590 or 12220201. OLE color: 12220201.

HSL color Cylindrical-coordinate representation of color #2977BA: hue angle of 207.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2977BA is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 119 186 -
CMYK 0.78 0.36 0 0.27
HSL 207.72º 0.64% 0.45% -
HSV(B) 207.72º 0.78% 0.73% -
XYZ 16.37 17.21 48.91 -
YUV 103.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 41 119 186 0.78 0.36 0 0.27 207.72 0.64 0.45
Hex 29 77 BA 4E 24 0 1B D0 40 2D
Octal 51 167 272 116 44 0 33 320 100 55
Binary 101001 1110111 10111010 1001110 100100 0 11011 11010000 1000000 101101

Color Harmonies of #2977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977BA

Black with #2977BA

Text Example


Text Example

White with #2977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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