Html Css Color HEX #2889BE Curious Blue

📋 copy color: '#2889BE'

red 40 ◦ green 137 ◦ blue 190

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

Shades of Curious Blue #2889BE

Tints of Curious Blue #2889BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 10.9%
G = 37.33%
B = 51.77%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2889BE (or 0x2889BE) is known color: Curious Blue. HEX triplet: 28, 89 and BE. RGB value is (40,137,190). Sum of RGB (Red+Green+Blue) = 40+137+190=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #2889BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889BE is #D77641. Grayscale: #717171. Windows color (decimal): -14120514 or 12486952. OLE color: 12486952.

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

Color convert

RGB 40 137 190 -
CMYK 0.79 0.28 0 0.25
HSL 201.2º 0.65% 0.45% -
HSV(B) 201.2º 0.79% 0.75% -
XYZ 19.12 22.06 51.97 -
YUV 114.04 170.86 75.19 -
System Red Green Blue C M Y K H S L
Decimal 40 137 190 0.79 0.28 0 0.25 201.2 0.65 0.45
Hex 28 89 BE 4F 1C 0 19 C9 41 2D
Octal 50 211 276 117 34 0 31 311 101 55
Binary 101000 10001001 10111110 1001111 11100 0 11001 11001001 1000001 101101

Color Harmonies of #2889BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889BE

Black with #2889BE

Text Example


Text Example

White with #2889BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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