Html Css Color HEX #2876BD Curious Blue

📋 copy color: '#2876BD'

red 40 ◦ green 118 ◦ blue 189

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

Shades of Curious Blue #2876BD

Tints of Curious Blue #2876BD

RGB

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

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

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

R = 11.53%
G = 34.01%
B = 54.47%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2876BD (or 0x2876BD) is known color: Curious Blue. HEX triplet: 28, 76 and BD. RGB value is (40,118,189). Sum of RGB (Red+Green+Blue) = 40+118+189=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #2876BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BD is #D78942. Grayscale: #666666. Windows color (decimal): -14125379 or 12416552. OLE color: 12416552.

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

Color convert

RGB 40 118 189 -
CMYK 0.79 0.38 0 0.26
HSL 208.59º 0.65% 0.45% -
HSV(B) 208.59º 0.79% 0.74% -
XYZ 16.54 17.08 50.57 -
YUV 102.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 40 118 189 0.79 0.38 0 0.26 208.59 0.65 0.45
Hex 28 76 BD 4F 26 0 1A D1 41 2D
Octal 50 166 275 117 46 0 32 321 101 55
Binary 101000 1110110 10111101 1001111 100110 0 11010 11010001 1000001 101101

Color Harmonies of #2876BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876BD

Black with #2876BD

Text Example


Text Example

White with #2876BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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