Html Css Color HEX #2976BD Curious Blue

📋 copy color: '#2976BD'

red 41 ◦ green 118 ◦ blue 189

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

Shades of Curious Blue #2976BD

Tints of Curious Blue #2976BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 11.78%
G = 33.91%
B = 54.31%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2976BD (or 0x2976BD) is known color: Curious Blue. HEX triplet: 29, 76 and BD. RGB value is (41,118,189). Sum of RGB (Red+Green+Blue) = 41+118+189=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #2976BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976BD is #D68942. Grayscale: #666666. Windows color (decimal): -14059843 or 12416553. OLE color: 12416553.

HSL color Cylindrical-coordinate representation of color #2976BD: hue angle of 208.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2976BD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 118 189 -
CMYK 0.78 0.38 0 0.26
HSL 208.78º 0.64% 0.45% -
HSV(B) 208.78º 0.78% 0.74% -
XYZ 16.58 17.1 50.57 -
YUV 103.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 41 118 189 0.78 0.38 0 0.26 208.78 0.64 0.45
Hex 29 76 BD 4E 26 0 1A D1 40 2D
Octal 51 166 275 116 46 0 32 321 100 55
Binary 101001 1110110 10111101 1001110 100110 0 11010 11010001 1000000 101101

Color Harmonies of #2976BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976BD

Black with #2976BD

Text Example


Text Example

White with #2976BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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