Html Css Color HEX #2976CB Curious Blue

📋 copy color: '#2976CB'

red 41 ◦ green 118 ◦ blue 203

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

Shades of Curious Blue #2976CB

Tints of Curious Blue #2976CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 11.33%
G = 32.6%
B = 56.08%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2976CB (or 0x2976CB) is known color: Curious Blue. HEX triplet: 29, 76 and CB. RGB value is (41,118,203). Sum of RGB (Red+Green+Blue) = 41+118+203=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #2976CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976CB is #D68934. Grayscale: #686868. Windows color (decimal): -14059829 or 13334057. OLE color: 13334057.

HSL color Cylindrical-coordinate representation of color #2976CB: hue angle of 211.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2976CB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 118 203 -
CMYK 0.80 0.42 0 0.20
HSL 211.48º 0.66% 0.48% -
HSV(B) 211.48º 0.8% 0.8% -
XYZ 18.17 17.74 58.97 -
YUV 104.67 183.49 82.59 -
System Red Green Blue C M Y K H S L
Decimal 41 118 203 0.80 0.42 0 0.20 211.48 0.66 0.48
Hex 29 76 CB 50 2A 0 14 D3 42 30
Octal 51 166 313 120 52 0 24 323 102 60
Binary 101001 1110110 11001011 1010000 101010 0 10100 11010011 1000010 110000

Color Harmonies of #2976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976CB

Black with #2976CB

Text Example


Text Example

White with #2976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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