Html Css Color HEX #2B84AD Scooter

📋 copy color: '#2B84AD'

red 43 ◦ green 132 ◦ blue 173

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

Shades of Scooter #2B84AD

Tints of Scooter #2B84AD

RGB

 RED value IS 43 (17.19% from 255) = 12.36%

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 12.36%
G = 37.93%
B = 49.71%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B84AD (or 0x2B84AD) is known color: Scooter. HEX triplet: 2B, 84 and AD. RGB value is (43,132,173). Sum of RGB (Red+Green+Blue) = 43+132+173=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B84AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B84AD is #D47B52. Grayscale: #6D6D6D. Windows color (decimal): -13925203 or 11371563. OLE color: 11371563.

HSL color Cylindrical-coordinate representation of color #2B84AD: hue angle of 198.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B84AD is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 132 173 -
CMYK 0.75 0.24 0 0.32
HSL 198.92º 0.6% 0.42% -
HSV(B) 198.92º 0.75% 0.68% -
XYZ 16.79 20.03 42.52 -
YUV 110.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 43 132 173 0.75 0.24 0 0.32 198.92 0.6 0.42
Hex 2B 84 AD 4B 18 0 20 C7 3C 2A
Octal 53 204 255 113 30 0 40 307 74 52
Binary 101011 10000100 10101101 1001011 11000 0 100000 11000111 111100 101010

Color Harmonies of #2B84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B84AD

Black with #2B84AD

Text Example


Text Example

White with #2B84AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B84AD; }

 p { color: rgb(43,132,173); }

 H1.HeaderClassName
 {
   color: #2B84AD;
 }
 .AnyTagClassName
 {
   color: #2B84AD;
 }
</style>

background-color css

<style>
 a { background-color: #2B84AD; }

 a { background-color: rgb(43,132,173); }

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

border-color css

<style>
 span { border-color: #2B84AD; }

 span { border-color: rgb(43,132,173); }

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