Html Css Color HEX #2581AD Scooter

📋 copy color: '#2581AD'

red 37 ◦ green 129 ◦ blue 173

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

Shades of Scooter #2581AD

Tints of Scooter #2581AD

RGB

 RED value IS 37 (14.84% from 255) = 10.91%

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 10.91%
G = 38.05%
B = 51.03%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2581AD (or 0x2581AD) is known color: Scooter. HEX triplet: 25, 81 and AD. RGB value is (37,129,173). Sum of RGB (Red+Green+Blue) = 37+129+173=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #2581AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2581AD is #DA7E52. Grayscale: #6A6A6A. Windows color (decimal): -14319187 or 11370789. OLE color: 11370789.

HSL color Cylindrical-coordinate representation of color #2581AD: hue angle of 199.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2581AD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 129 173 -
CMYK 0.79 0.25 0 0.32
HSL 199.41º 0.65% 0.41% -
HSV(B) 199.41º 0.79% 0.68% -
XYZ 16.16 19.11 42.37 -
YUV 106.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 37 129 173 0.79 0.25 0 0.32 199.41 0.65 0.41
Hex 25 81 AD 4F 19 0 20 C7 41 29
Octal 45 201 255 117 31 0 40 307 101 51
Binary 100101 10000001 10101101 1001111 11001 0 100000 11000111 1000001 101001

Color Harmonies of #2581AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2581AD

Black with #2581AD

Text Example


Text Example

White with #2581AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2581AD; }

 p { color: rgb(37,129,173); }

 H1.HeaderClassName
 {
   color: #2581AD;
 }
 .AnyTagClassName
 {
   color: #2581AD;
 }
</style>

background-color css

<style>
 a { background-color: #2581AD; }

 a { background-color: rgb(37,129,173); }

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

border-color css

<style>
 span { border-color: #2581AD; }

 span { border-color: rgb(37,129,173); }

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