Html Css Color HEX #2876BE Curious Blue

📋 copy color: '#2876BE'

red 40 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #2876BE

Tints of Curious Blue #2876BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 11.49%
G = 33.91%
B = 54.6%

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

#2876BE (or 0x2876BE) is known color: Curious Blue. HEX triplet: 28, 76 and BE. RGB value is (40,118,190). Sum of RGB (Red+Green+Blue) = 40+118+190=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #2876BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2876BE is #D78941. Grayscale: #666666. Windows color (decimal): -14125378 or 12482088. OLE color: 12482088.

HSL color Cylindrical-coordinate representation of color #2876BE: hue angle of 208.8º 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 #2876BE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 118 190 -
CMYK 0.79 0.38 0 0.25
HSL 208.8º 0.65% 0.45% -
HSV(B) 208.8º 0.79% 0.75% -
XYZ 16.65 17.13 51.14 -
YUV 102.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 40 118 190 0.79 0.38 0 0.25 208.8 0.65 0.45
Hex 28 76 BE 4F 26 0 19 D1 41 2D
Octal 50 166 276 117 46 0 31 321 101 55
Binary 101000 1110110 10111110 1001111 100110 0 11001 11010001 1000001 101101

Color Harmonies of #2876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876BE

Black with #2876BE

Text Example


Text Example

White with #2876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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