Html Css Color HEX #2983AB Scooter

📋 copy color: '#2983AB'

red 41 ◦ green 131 ◦ blue 171

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

Shades of Scooter #2983AB

Tints of Scooter #2983AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 11.95%
G = 38.19%
B = 49.85%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2983AB (or 0x2983AB) is known color: Scooter. HEX triplet: 29, 83 and AB. RGB value is (41,131,171). Sum of RGB (Red+Green+Blue) = 41+131+171=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2983AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2983AB is #D67C54. Grayscale: #6C6C6C. Windows color (decimal): -14056533 or 11240233. OLE color: 11240233.

HSL color Cylindrical-coordinate representation of color #2983AB: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2983AB is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 131 171 -
CMYK 0.76 0.23 0 0.33
HSL 198.46º 0.61% 0.42% -
HSV(B) 198.46º 0.76% 0.67% -
XYZ 16.38 19.64 41.46 -
YUV 108.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 41 131 171 0.76 0.23 0 0.33 198.46 0.61 0.42
Hex 29 83 AB 4C 17 0 21 C6 3D 2A
Octal 51 203 253 114 27 0 41 306 75 52
Binary 101001 10000011 10101011 1001100 10111 0 100001 11000110 111101 101010

Color Harmonies of #2983AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983AB

Black with #2983AB

Text Example


Text Example

White with #2983AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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