Html Css Color HEX #2876BA Curious Blue

📋 copy color: '#2876BA'

red 40 ◦ green 118 ◦ blue 186

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

Shades of Curious Blue #2876BA

Tints of Curious Blue #2876BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 11.63%
G = 34.3%
B = 54.07%

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

#2876BA (or 0x2876BA) is known color: Curious Blue. HEX triplet: 28, 76 and BA. RGB value is (40,118,186). Sum of RGB (Red+Green+Blue) = 40+118+186=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #2876BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BA is #D78945. Grayscale: #666666. Windows color (decimal): -14125382 or 12219944. OLE color: 12219944.

HSL color Cylindrical-coordinate representation of color #2876BA: hue angle of 207.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2876BA is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 118 186 -
CMYK 0.78 0.37 0 0.27
HSL 207.95º 0.65% 0.44% -
HSV(B) 207.95º 0.78% 0.73% -
XYZ 16.22 16.95 48.87 -
YUV 102.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 40 118 186 0.78 0.37 0 0.27 207.95 0.65 0.44
Hex 28 76 BA 4E 25 0 1B D0 41 2C
Octal 50 166 272 116 45 0 33 320 101 54
Binary 101000 1110110 10111010 1001110 100101 0 11011 11010000 1000001 101100

Color Harmonies of #2876BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876BA

Black with #2876BA

Text Example


Text Example

White with #2876BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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