Html Css Color HEX #2977CE Curious Blue

📋 copy color: '#2977CE'

red 41 ◦ green 119 ◦ blue 206

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

Shades of Curious Blue #2977CE

Tints of Curious Blue #2977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 11.2%
G = 32.51%
B = 56.28%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2977CE (or 0x2977CE) is known color: Curious Blue. HEX triplet: 29, 77 and CE. RGB value is (41,119,206). Sum of RGB (Red+Green+Blue) = 41+119+206=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #2977CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2977CE is #D68831. Grayscale: #696969. Windows color (decimal): -14059570 or 13530921. OLE color: 13530921.

HSL color Cylindrical-coordinate representation of color #2977CE: hue angle of 211.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2977CE is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 119 206 -
CMYK 0.80 0.42 0 0.19
HSL 211.64º 0.67% 0.48% -
HSV(B) 211.64º 0.8% 0.81% -
XYZ 18.65 18.12 60.91 -
YUV 105.6 184.66 81.93 -
System Red Green Blue C M Y K H S L
Decimal 41 119 206 0.80 0.42 0 0.19 211.64 0.67 0.48
Hex 29 77 CE 50 2A 0 13 D4 43 30
Octal 51 167 316 120 52 0 23 324 103 60
Binary 101001 1110111 11001110 1010000 101010 0 10011 11010100 1000011 110000

Color Harmonies of #2977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2977CE

Black with #2977CE

Text Example


Text Example

White with #2977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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