Html Css Color HEX #2984BC Curious Blue

📋 copy color: '#2984BC'

red 41 ◦ green 132 ◦ blue 188

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

Shades of Curious Blue #2984BC

Tints of Curious Blue #2984BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 11.36%
G = 36.57%
B = 52.08%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2984BC (or 0x2984BC) is known color: Curious Blue. HEX triplet: 29, 84 and BC. RGB value is (41,132,188). Sum of RGB (Red+Green+Blue) = 41+132+188=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #2984BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984BC is #D67B43. Grayscale: #6E6E6E. Windows color (decimal): -14056260 or 12354601. OLE color: 12354601.

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

Color convert

RGB 41 132 188 -
CMYK 0.78 0.30 0 0.26
HSL 202.86º 0.64% 0.45% -
HSV(B) 202.86º 0.78% 0.74% -
XYZ 18.24 20.6 50.59 -
YUV 111.18 171.35 77.95 -
System Red Green Blue C M Y K H S L
Decimal 41 132 188 0.78 0.30 0 0.26 202.86 0.64 0.45
Hex 29 84 BC 4E 1E 0 1A CB 40 2D
Octal 51 204 274 116 36 0 32 313 100 55
Binary 101001 10000100 10111100 1001110 11110 0 11010 11001011 1000000 101101

Color Harmonies of #2984BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2984BC

Black with #2984BC

Text Example


Text Example

White with #2984BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2984BC; }

 p { color: rgb(41,132,188); }

 H1.HeaderClassName
 {
   color: #2984BC;
 }
 .AnyTagClassName
 {
   color: #2984BC;
 }
</style>

background-color css

<style>
 a { background-color: #2984BC; }

 a { background-color: rgb(41,132,188); }

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

border-color css

<style>
 span { border-color: #2984BC; }

 span { border-color: rgb(41,132,188); }

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