Html Css Color HEX #2989BA Curious Blue

📋 copy color: '#2989BA'

red 41 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #2989BA

Tints of Curious Blue #2989BA

RGB

 RED value IS 41 (16.41% from 255) = 11.26%

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

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

R = 11.26%
G = 37.64%
B = 51.1%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2989BA (or 0x2989BA) is known color: Curious Blue. HEX triplet: 29, 89 and BA. RGB value is (41,137,186). Sum of RGB (Red+Green+Blue) = 41+137+186=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #2989BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2989BA is #D67645. Grayscale: #717171. Windows color (decimal): -14054982 or 12224809. OLE color: 12224809.

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

Color convert

RGB 41 137 186 -
CMYK 0.78 0.26 0 0.27
HSL 200.28º 0.64% 0.45% -
HSV(B) 200.28º 0.78% 0.73% -
XYZ 18.72 21.91 49.7 -
YUV 113.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 41 137 186 0.78 0.26 0 0.27 200.28 0.64 0.45
Hex 29 89 BA 4E 1A 0 1B C8 40 2D
Octal 51 211 272 116 32 0 33 310 100 55
Binary 101001 10001001 10111010 1001110 11010 0 11011 11001000 1000000 101101

Color Harmonies of #2989BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2989BA

Black with #2989BA

Text Example


Text Example

White with #2989BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,137,186); }

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

background-color css

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

 a { background-color: rgb(41,137,186); }

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

border-color css

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

 span { border-color: rgb(41,137,186); }

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