Html Css Color HEX #2988BD Curious Blue

📋 copy color: '#2988BD'

red 41 ◦ green 136 ◦ blue 189

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

Shades of Curious Blue #2988BD

Tints of Curious Blue #2988BD

RGB

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

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

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

R = 11.2%
G = 37.16%
B = 51.64%

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

#2988BD (or 0x2988BD) is known color: Curious Blue. HEX triplet: 29, 88 and BD. RGB value is (41,136,189). Sum of RGB (Red+Green+Blue) = 41+136+189=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #2988BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2988BD is #D67742. Grayscale: #717171. Windows color (decimal): -14055235 or 12421161. OLE color: 12421161.

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

Color convert

RGB 41 136 189 -
CMYK 0.78 0.28 0 0.26
HSL 201.49º 0.64% 0.45% -
HSV(B) 201.49º 0.78% 0.74% -
XYZ 18.9 21.75 51.35 -
YUV 113.64 170.53 76.19 -
System Red Green Blue C M Y K H S L
Decimal 41 136 189 0.78 0.28 0 0.26 201.49 0.64 0.45
Hex 29 88 BD 4E 1C 0 1A C9 40 2D
Octal 51 210 275 116 34 0 32 311 100 55
Binary 101001 10001000 10111101 1001110 11100 0 11010 11001001 1000000 101101

Color Harmonies of #2988BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2988BD

Black with #2988BD

Text Example


Text Example

White with #2988BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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