Html Css Color HEX #2977C1 Curious Blue

📋 copy color: '#2977C1'

red 41 ◦ green 119 ◦ blue 193

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

Shades of Curious Blue #2977C1

Tints of Curious Blue #2977C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 11.61%
G = 33.71%
B = 54.67%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2977C1 (or 0x2977C1) is known color: Curious Blue. HEX triplet: 29, 77 and C1. RGB value is (41,119,193). Sum of RGB (Red+Green+Blue) = 41+119+193=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #2977C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977C1 is #D6883E. Grayscale: #676767. Windows color (decimal): -14059583 or 12678953. OLE color: 12678953.

HSL color Cylindrical-coordinate representation of color #2977C1: hue angle of 209.21º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2977C1 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 119 193 -
CMYK 0.79 0.38 0 0.24
HSL 209.21º 0.65% 0.46% -
HSV(B) 209.21º 0.79% 0.76% -
XYZ 17.14 17.52 52.93 -
YUV 104.11 178.16 82.98 -
System Red Green Blue C M Y K H S L
Decimal 41 119 193 0.79 0.38 0 0.24 209.21 0.65 0.46
Hex 29 77 C1 4F 26 0 18 D1 41 2E
Octal 51 167 301 117 46 0 30 321 101 56
Binary 101001 1110111 11000001 1001111 100110 0 11000 11010001 1000001 101110

Color Harmonies of #2977C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977C1

Black with #2977C1

Text Example


Text Example

White with #2977C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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