Html Css Color HEX #2977CB Curious Blue

📋 copy color: '#2977CB'

red 41 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #2977CB

Tints of Curious Blue #2977CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 11.29%
G = 32.78%
B = 55.92%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2977CB (or 0x2977CB) is known color: Curious Blue. HEX triplet: 29, 77 and CB. RGB value is (41,119,203). Sum of RGB (Red+Green+Blue) = 41+119+203=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #2977CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977CB is #D68834. Grayscale: #686868. Windows color (decimal): -14059573 or 13334313. OLE color: 13334313.

HSL color Cylindrical-coordinate representation of color #2977CB: hue angle of 211.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2977CB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 119 203 -
CMYK 0.80 0.41 0 0.20
HSL 211.11º 0.66% 0.48% -
HSV(B) 211.11º 0.8% 0.8% -
XYZ 18.29 17.98 59.01 -
YUV 105.25 183.16 82.17 -
System Red Green Blue C M Y K H S L
Decimal 41 119 203 0.80 0.41 0 0.20 211.11 0.66 0.48
Hex 29 77 CB 50 29 0 14 D3 42 30
Octal 51 167 313 120 51 0 24 323 102 60
Binary 101001 1110111 11001011 1010000 101001 0 10100 11010011 1000010 110000

Color Harmonies of #2977CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977CB

Black with #2977CB

Text Example


Text Example

White with #2977CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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