Html Css Color HEX #2876BF Curious Blue

📋 copy color: '#2876BF'

red 40 ◦ green 118 ◦ blue 191

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

Shades of Curious Blue #2876BF

Tints of Curious Blue #2876BF

RGB

 RED value IS 40 (16.02% from 255) = 11.46%

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

 BLUE value IS 191 (75% from 255) = 54.73%

R = 11.46%
G = 33.81%
B = 54.73%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2876BF (or 0x2876BF) is known color: Curious Blue. HEX triplet: 28, 76 and BF. RGB value is (40,118,191). Sum of RGB (Red+Green+Blue) = 40+118+191=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #2876BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BF is #D78940. Grayscale: #666666. Windows color (decimal): -14125377 or 12547624. OLE color: 12547624.

HSL color Cylindrical-coordinate representation of color #2876BF: hue angle of 209.01º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2876BF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 118 191 -
CMYK 0.79 0.38 0 0.25
HSL 209.01º 0.65% 0.45% -
HSV(B) 209.01º 0.79% 0.75% -
XYZ 16.76 17.17 51.72 -
YUV 103 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 40 118 191 0.79 0.38 0 0.25 209.01 0.65 0.45
Hex 28 76 BF 4F 26 0 19 D1 41 2D
Octal 50 166 277 117 46 0 31 321 101 55
Binary 101000 1110110 10111111 1001111 100110 0 11001 11010001 1000001 101101

Color Harmonies of #2876BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876BF

Black with #2876BF

Text Example


Text Example

White with #2876BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2876BF; }

 p { color: rgb(40,118,191); }

 H1.HeaderClassName
 {
   color: #2876BF;
 }
 .AnyTagClassName
 {
   color: #2876BF;
 }
</style>

background-color css

<style>
 a { background-color: #2876BF; }

 a { background-color: rgb(40,118,191); }

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

border-color css

<style>
 span { border-color: #2876BF; }

 span { border-color: rgb(40,118,191); }

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