Html Css Color HEX #2976BA Curious Blue

📋 copy color: '#2976BA'

red 41 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #2976BA

Tints of Curious Blue #2976BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 11.88%
G = 34.2%
B = 53.91%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2976BA (or 0x2976BA) is known color: Curious Blue. HEX triplet: 29, 76 and BA. RGB value is (41,118,186). Sum of RGB (Red+Green+Blue) = 41+118+186=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #2976BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976BA is #D68945. Grayscale: #666666. Windows color (decimal): -14059846 or 12219945. OLE color: 12219945.

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

Color convert

RGB 41 118 186 -
CMYK 0.78 0.37 0 0.27
HSL 208.14º 0.64% 0.45% -
HSV(B) 208.14º 0.78% 0.73% -
XYZ 16.26 16.97 48.87 -
YUV 102.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 41 118 186 0.78 0.37 0 0.27 208.14 0.64 0.45
Hex 29 76 BA 4E 25 0 1B D0 40 2D
Octal 51 166 272 116 45 0 33 320 100 55
Binary 101001 1110110 10111010 1001110 100101 0 11011 11010000 1000000 101101

Color Harmonies of #2976BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976BA

Black with #2976BA

Text Example


Text Example

White with #2976BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2976BA; }

 p { color: rgb(41,118,186); }

 H1.HeaderClassName
 {
   color: #2976BA;
 }
 .AnyTagClassName
 {
   color: #2976BA;
 }
</style>

background-color css

<style>
 a { background-color: #2976BA; }

 a { background-color: rgb(41,118,186); }

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

border-color css

<style>
 span { border-color: #2976BA; }

 span { border-color: rgb(41,118,186); }

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