#2984BD

Color #2984BD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2984BD

Tints of Curious Blue #2984BD

Color information

#2984BD (or 0x2984BD) is unknown color: approx Curious Blue. HEX triplet: 29, 84 and BD. RGB value is (41,132,189). Sum of RGB (Red+Green+Blue) = 41+132+189=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #2984BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984BD is #D67B42. Grayscale: #6E6E6E. Windows color (decimal): -14056259 or 12420137. OLE color: 12420137.

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

Color convert

RGB41132189-
CMYK0.780.3000.26
HSL203.11º64.35%45.1%-
HSV(B)203.11º78.31%74.12%-
XYZ18.3520.6551.16-
YUV111.29171.8577.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.33%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=11.33%
G=36.46%
B=52.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411321890.780.3000.26203.1164.3545.1
Hex2984BD4E1E01Acb402d
Octal512042751163603231310055
Binary1010011000010010111101100111011110011010110010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2984BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2984BD;
 }
 .AnyTagClassName
 {
   color: #2984BD;
 }
</style>
background-color css

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

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

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

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

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

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