Html Css Color HEX #2989BD Curious Blue

📋 copy color: '#2989BD'

red 41 ◦ green 137 ◦ blue 189

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

Shades of Curious Blue #2989BD

Tints of Curious Blue #2989BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 11.17%
G = 37.33%
B = 51.5%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2989BD (or 0x2989BD) is known color: Curious Blue. HEX triplet: 29, 89 and BD. RGB value is (41,137,189). Sum of RGB (Red+Green+Blue) = 41+137+189=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #2989BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2989BD is #D67642. Grayscale: #717171. Windows color (decimal): -14054979 or 12421417. OLE color: 12421417.

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

Color convert

RGB 41 137 189 -
CMYK 0.78 0.28 0 0.26
HSL 201.08º 0.64% 0.45% -
HSV(B) 201.08º 0.78% 0.74% -
XYZ 19.05 22.04 51.39 -
YUV 114.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 41 137 189 0.78 0.28 0 0.26 201.08 0.64 0.45
Hex 29 89 BD 4E 1C 0 1A C9 40 2D
Octal 51 211 275 116 34 0 32 311 100 55
Binary 101001 10001001 10111101 1001110 11100 0 11010 11001001 1000000 101101

Color Harmonies of #2989BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2989BD

Black with #2989BD

Text Example


Text Example

White with #2989BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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