Html Css Color HEX #2988BA Curious Blue

📋 copy color: '#2988BA'

red 41 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #2988BA

Tints of Curious Blue #2988BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 11.29%
G = 37.47%
B = 51.24%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2988BA (or 0x2988BA) is known color: Curious Blue. HEX triplet: 29, 88 and BA. RGB value is (41,136,186). Sum of RGB (Red+Green+Blue) = 41+136+186=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #2988BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988BA is #D67745. Grayscale: #717171. Windows color (decimal): -14055238 or 12224553. OLE color: 12224553.

HSL color Cylindrical-coordinate representation of color #2988BA: hue angle of 200.69º 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 #2988BA is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 136 186 -
CMYK 0.78 0.27 0 0.27
HSL 200.69º 0.64% 0.45% -
HSV(B) 200.69º 0.78% 0.73% -
XYZ 18.58 21.62 49.65 -
YUV 113.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 41 136 186 0.78 0.27 0 0.27 200.69 0.64 0.45
Hex 29 88 BA 4E 1B 0 1B C9 40 2D
Octal 51 210 272 116 33 0 33 311 100 55
Binary 101001 10001000 10111010 1001110 11011 0 11011 11001001 1000000 101101

Color Harmonies of #2988BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2988BA

Black with #2988BA

Text Example


Text Example

White with #2988BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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