Html Css Color HEX #2889BB Curious Blue

📋 copy color: '#2889BB'

red 40 ◦ green 137 ◦ blue 187

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

Shades of Curious Blue #2889BB

Tints of Curious Blue #2889BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 10.99%
G = 37.64%
B = 51.37%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2889BB (or 0x2889BB) is known color: Curious Blue. HEX triplet: 28, 89 and BB. RGB value is (40,137,187). Sum of RGB (Red+Green+Blue) = 40+137+187=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #2889BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889BB is #D77644. Grayscale: #717171. Windows color (decimal): -14120517 or 12290344. OLE color: 12290344.

HSL color Cylindrical-coordinate representation of color #2889BB: hue angle of 200.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2889BB is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 137 187 -
CMYK 0.79 0.27 0 0.27
HSL 200.41º 0.65% 0.45% -
HSV(B) 200.41º 0.79% 0.73% -
XYZ 18.79 21.93 50.26 -
YUV 113.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 40 137 187 0.79 0.27 0 0.27 200.41 0.65 0.45
Hex 28 89 BB 4F 1B 0 1B C8 41 2D
Octal 50 211 273 117 33 0 33 310 101 55
Binary 101000 10001001 10111011 1001111 11011 0 11011 11001000 1000001 101101

Color Harmonies of #2889BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889BB

Black with #2889BB

Text Example


Text Example

White with #2889BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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