Html Css Color HEX #2976BB Curious Blue

📋 copy color: '#2976BB'

red 41 ◦ green 118 ◦ blue 187

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

Shades of Curious Blue #2976BB

Tints of Curious Blue #2976BB

RGB

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

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

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

R = 11.85%
G = 34.1%
B = 54.05%

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

#2976BB (or 0x2976BB) is known color: Curious Blue. HEX triplet: 29, 76 and BB. RGB value is (41,118,187). Sum of RGB (Red+Green+Blue) = 41+118+187=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #2976BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976BB is #D68944. Grayscale: #666666. Windows color (decimal): -14059845 or 12285481. OLE color: 12285481.

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

Color convert

RGB 41 118 187 -
CMYK 0.78 0.37 0 0.27
HSL 208.36º 0.64% 0.45% -
HSV(B) 208.36º 0.78% 0.73% -
XYZ 16.36 17.02 49.44 -
YUV 102.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 41 118 187 0.78 0.37 0 0.27 208.36 0.64 0.45
Hex 29 76 BB 4E 25 0 1B D0 40 2D
Octal 51 166 273 116 45 0 33 320 100 55
Binary 101001 1110110 10111011 1001110 100101 0 11011 11010000 1000000 101101

Color Harmonies of #2976BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976BB

Black with #2976BB

Text Example


Text Example

White with #2976BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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