#2983BD

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

Shades of Curious Blue #2983BD

Tints of Curious Blue #2983BD

Color information

#2983BD (or 0x2983BD) is unknown color: approx Curious Blue. HEX triplet: 29, 83 and BD. RGB value is (41,131,189). Sum of RGB (Red+Green+Blue) = 41+131+189=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2983BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BD is #D67C42. Grayscale: #6E6E6E. Windows color (decimal): -14056515 or 12419881. OLE color: 12419881.

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

Color convert

RGB41131189-
CMYK0.780.3100.26
HSL203.51º64.35%45.1%-
HSV(B)203.51º78.31%74.12%-
XYZ18.2220.3851.12-
YUV110.7172.1878.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=11.36%
G=36.29%
B=52.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411311890.780.3100.26203.5164.3545.1
Hex2983BD4E1F01Acc402d
Octal512032751163703231410055
Binary1010011000001110111101100111011111011010110011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2983BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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