Html Css Color HEX #2977BB Curious Blue

📋 copy color: '#2977BB'

red 41 ◦ green 119 ◦ blue 187

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

Shades of Curious Blue #2977BB

Tints of Curious Blue #2977BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 11.82%
G = 34.29%
B = 53.89%

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

#2977BB (or 0x2977BB) is known color: Curious Blue. HEX triplet: 29, 77 and BB. RGB value is (41,119,187). Sum of RGB (Red+Green+Blue) = 41+119+187=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #2977BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977BB is #D68844. Grayscale: #676767. Windows color (decimal): -14059589 or 12285737. OLE color: 12285737.

HSL color Cylindrical-coordinate representation of color #2977BB: hue angle of 207.95º 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 #2977BB is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 119 187 -
CMYK 0.78 0.36 0 0.27
HSL 207.95º 0.64% 0.45% -
HSV(B) 207.95º 0.78% 0.73% -
XYZ 16.48 17.25 49.48 -
YUV 103.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 41 119 187 0.78 0.36 0 0.27 207.95 0.64 0.45
Hex 29 77 BB 4E 24 0 1B D0 40 2D
Octal 51 167 273 116 44 0 33 320 100 55
Binary 101001 1110111 10111011 1001110 100100 0 11011 11010000 1000000 101101

Color Harmonies of #2977BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977BB

Black with #2977BB

Text Example


Text Example

White with #2977BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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