Html Css Color HEX #2B89BE Curious Blue

📋 copy color: '#2B89BE'

red 43 ◦ green 137 ◦ blue 190

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

Shades of Curious Blue #2B89BE

Tints of Curious Blue #2B89BE

RGB

 RED value IS 43 (17.19% from 255) = 11.62%

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

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

R = 11.62%
G = 37.03%
B = 51.35%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B89BE (or 0x2B89BE) is known color: Curious Blue. HEX triplet: 2B, 89 and BE. RGB value is (43,137,190). Sum of RGB (Red+Green+Blue) = 43+137+190=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B89BE is #D47641. Grayscale: #727272. Windows color (decimal): -13923906 or 12486955. OLE color: 12486955.

HSL color Cylindrical-coordinate representation of color #2B89BE: hue angle of 201.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B89BE is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 137 190 -
CMYK 0.77 0.28 0 0.25
HSL 201.63º 0.63% 0.46% -
HSV(B) 201.63º 0.77% 0.75% -
XYZ 19.24 22.12 51.97 -
YUV 114.94 170.36 76.69 -
System Red Green Blue C M Y K H S L
Decimal 43 137 190 0.77 0.28 0 0.25 201.63 0.63 0.46
Hex 2B 89 BE 4D 1C 0 19 CA 3F 2E
Octal 53 211 276 115 34 0 31 312 77 56
Binary 101011 10001001 10111110 1001101 11100 0 11001 11001010 111111 101110

Color Harmonies of #2B89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B89BE

Black with #2B89BE

Text Example


Text Example

White with #2B89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B89BE; }

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

 H1.HeaderClassName
 {
   color: #2B89BE;
 }
 .AnyTagClassName
 {
   color: #2B89BE;
 }
</style>

background-color css

<style>
 a { background-color: #2B89BE; }

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

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

border-color css

<style>
 span { border-color: #2B89BE; }

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

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