Html Css Color HEX #2983BA Curious Blue

📋 copy color: '#2983BA'

red 41 ◦ green 131 ◦ blue 186

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

Shades of Curious Blue #2983BA

Tints of Curious Blue #2983BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 11.45%
G = 36.59%
B = 51.96%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2983BA (or 0x2983BA) is known color: Curious Blue. HEX triplet: 29, 83 and BA. RGB value is (41,131,186). Sum of RGB (Red+Green+Blue) = 41+131+186=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #2983BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2983BA is #D67C45. Grayscale: #6E6E6E. Windows color (decimal): -14056518 or 12223273. OLE color: 12223273.

HSL color Cylindrical-coordinate representation of color #2983BA: hue angle of 202.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2983BA is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 131 186 -
CMYK 0.78 0.30 0 0.27
HSL 202.76º 0.64% 0.45% -
HSV(B) 202.76º 0.78% 0.73% -
XYZ 17.89 20.25 49.42 -
YUV 110.36 170.68 78.53 -
System Red Green Blue C M Y K H S L
Decimal 41 131 186 0.78 0.30 0 0.27 202.76 0.64 0.45
Hex 29 83 BA 4E 1E 0 1B CB 40 2D
Octal 51 203 272 116 36 0 33 313 100 55
Binary 101001 10000011 10111010 1001110 11110 0 11011 11001011 1000000 101101

Color Harmonies of #2983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983BA

Black with #2983BA

Text Example


Text Example

White with #2983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2983BA;
 }
 .AnyTagClassName
 {
   color: #2983BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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