Html Css Color HEX #2979BB Curious Blue

📋 copy color: '#2979BB'

red 41 ◦ green 121 ◦ blue 187

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

Shades of Curious Blue #2979BB

Tints of Curious Blue #2979BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.67%

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

R = 11.75%
G = 34.67%
B = 53.58%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2979BB (or 0x2979BB) is known color: Curious Blue. HEX triplet: 29, 79 and BB. RGB value is (41,121,187). Sum of RGB (Red+Green+Blue) = 41+121+187=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #2979BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979BB is #D68644. Grayscale: #686868. Windows color (decimal): -14059077 or 12286249. OLE color: 12286249.

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

Color convert

RGB 41 121 187 -
CMYK 0.78 0.35 0 0.27
HSL 207.12º 0.64% 0.45% -
HSV(B) 207.12º 0.78% 0.73% -
XYZ 16.72 17.73 49.56 -
YUV 104.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 41 121 187 0.78 0.35 0 0.27 207.12 0.64 0.45
Hex 29 79 BB 4E 23 0 1B CF 40 2D
Octal 51 171 273 116 43 0 33 317 100 55
Binary 101001 1111001 10111011 1001110 100011 0 11011 11001111 1000000 101101

Color Harmonies of #2979BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979BB

Black with #2979BB

Text Example


Text Example

White with #2979BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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