Html Css Color HEX #2977BC Curious Blue

📋 copy color: '#2977BC'

red 41 ◦ green 119 ◦ blue 188

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

Shades of Curious Blue #2977BC

Tints of Curious Blue #2977BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 11.78%
G = 34.2%
B = 54.02%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2977BC (or 0x2977BC) is known color: Curious Blue. HEX triplet: 29, 77 and BC. RGB value is (41,119,188). Sum of RGB (Red+Green+Blue) = 41+119+188=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #2977BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977BC is #D68843. Grayscale: #676767. Windows color (decimal): -14059588 or 12351273. OLE color: 12351273.

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

Color convert

RGB 41 119 188 -
CMYK 0.78 0.37 0 0.26
HSL 208.16º 0.64% 0.45% -
HSV(B) 208.16º 0.78% 0.74% -
XYZ 16.59 17.3 50.04 -
YUV 103.54 175.66 83.39 -
System Red Green Blue C M Y K H S L
Decimal 41 119 188 0.78 0.37 0 0.26 208.16 0.64 0.45
Hex 29 77 BC 4E 25 0 1A D0 40 2D
Octal 51 167 274 116 45 0 32 320 100 55
Binary 101001 1110111 10111100 1001110 100101 0 11010 11010000 1000000 101101

Color Harmonies of #2977BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977BC

Black with #2977BC

Text Example


Text Example

White with #2977BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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