Html Css Color HEX #2889BC Curious Blue

📋 copy color: '#2889BC'

red 40 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #2889BC

Tints of Curious Blue #2889BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 10.96%
G = 37.53%
B = 51.51%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2889BC (or 0x2889BC) is known color: Curious Blue. HEX triplet: 28, 89 and BC. RGB value is (40,137,188). Sum of RGB (Red+Green+Blue) = 40+137+188=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #2889BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889BC is #D77643. Grayscale: #717171. Windows color (decimal): -14120516 or 12355880. OLE color: 12355880.

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

Color convert

RGB 40 137 188 -
CMYK 0.79 0.27 0 0.26
HSL 200.68º 0.65% 0.45% -
HSV(B) 200.68º 0.79% 0.74% -
XYZ 18.9 21.97 50.82 -
YUV 113.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 40 137 188 0.79 0.27 0 0.26 200.68 0.65 0.45
Hex 28 89 BC 4F 1B 0 1A C9 41 2D
Octal 50 211 274 117 33 0 32 311 101 55
Binary 101000 10001001 10111100 1001111 11011 0 11010 11001001 1000001 101101

Color Harmonies of #2889BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2889BC

Black with #2889BC

Text Example


Text Example

White with #2889BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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