Html Css Color HEX #2983BD Curious Blue

📋 copy color: '#2983BD'

red 41 ◦ green 131 ◦ blue 189

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

Shades of Curious Blue #2983BD

Tints of Curious Blue #2983BD

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 value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2983BD (or 0x2983BD) is known color: 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

RGB 41 131 189 -
CMYK 0.78 0.31 0 0.26
HSL 203.51º 0.64% 0.45% -
HSV(B) 203.51º 0.78% 0.74% -
XYZ 18.22 20.38 51.12 -
YUV 110.7 172.18 78.28 -
System Red Green Blue C M Y K H S L
Decimal 41 131 189 0.78 0.31 0 0.26 203.51 0.64 0.45
Hex 29 83 BD 4E 1F 0 1A CC 40 2D
Octal 51 203 275 116 37 0 32 314 100 55
Binary 101001 10000011 10111101 1001110 11111 0 11010 11001100 1000000 101101

Color Harmonies of #2983BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983BD

Black with #2983BD

Text Example


Text Example

White with #2983BD

Text Example


Text Example

HTML Codes & Css Web 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>