Html Css Color HEX #2884BE Curious Blue

📋 copy color: '#2884BE'

red 40 ◦ green 132 ◦ blue 190

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

Shades of Curious Blue #2884BE

Tints of Curious Blue #2884BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 11.05%
G = 36.46%
B = 52.49%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2884BE (or 0x2884BE) is known color: Curious Blue. HEX triplet: 28, 84 and BE. RGB value is (40,132,190). Sum of RGB (Red+Green+Blue) = 40+132+190=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #2884BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884BE is #D77B41. Grayscale: #6E6E6E. Windows color (decimal): -14121794 or 12485672. OLE color: 12485672.

HSL color Cylindrical-coordinate representation of color #2884BE: hue angle of 203.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2884BE is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 132 190 -
CMYK 0.79 0.31 0 0.25
HSL 203.2º 0.65% 0.45% -
HSV(B) 203.2º 0.79% 0.75% -
XYZ 18.42 20.67 51.73 -
YUV 111.1 172.52 77.28 -
System Red Green Blue C M Y K H S L
Decimal 40 132 190 0.79 0.31 0 0.25 203.2 0.65 0.45
Hex 28 84 BE 4F 1F 0 19 CB 41 2D
Octal 50 204 276 117 37 0 31 313 101 55
Binary 101000 10000100 10111110 1001111 11111 0 11001 11001011 1000001 101101

Color Harmonies of #2884BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2884BE

Black with #2884BE

Text Example


Text Example

White with #2884BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2884BE; }

 p { color: rgb(40,132,190); }

 H1.HeaderClassName
 {
   color: #2884BE;
 }
 .AnyTagClassName
 {
   color: #2884BE;
 }
</style>

background-color css

<style>
 a { background-color: #2884BE; }

 a { background-color: rgb(40,132,190); }

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

border-color css

<style>
 span { border-color: #2884BE; }

 span { border-color: rgb(40,132,190); }

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