Html Css Color HEX #2888BA Curious Blue

📋 copy color: '#2888BA'

red 40 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #2888BA

Tints of Curious Blue #2888BA

RGB

 RED value IS 40 (16.02% from 255) = 11.05%

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

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

R = 11.05%
G = 37.57%
B = 51.38%

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

#2888BA (or 0x2888BA) is known color: Curious Blue. HEX triplet: 28, 88 and BA. RGB value is (40,136,186). Sum of RGB (Red+Green+Blue) = 40+136+186=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #2888BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888BA is #D77745. Grayscale: #707070. Windows color (decimal): -14120774 or 12224552. OLE color: 12224552.

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

Color convert

RGB 40 136 186 -
CMYK 0.78 0.27 0 0.27
HSL 200.55º 0.65% 0.44% -
HSV(B) 200.55º 0.78% 0.73% -
XYZ 18.54 21.6 49.65 -
YUV 113 169.2 75.93 -
System Red Green Blue C M Y K H S L
Decimal 40 136 186 0.78 0.27 0 0.27 200.55 0.65 0.44
Hex 28 88 BA 4E 1B 0 1B C9 41 2C
Octal 50 210 272 116 33 0 33 311 101 54
Binary 101000 10001000 10111010 1001110 11011 0 11011 11001001 1000001 101100

Color Harmonies of #2888BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2888BA

Black with #2888BA

Text Example


Text Example

White with #2888BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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