#2481AA

Color #2481AA Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #2481AA

Tints of Scooter #2481AA

Color information

#2481AA (or 0x2481AA) is unknown color: approx Scooter. HEX triplet: 24, 81 and AA. RGB value is (36,129,170). Sum of RGB (Red+Green+Blue) = 36+129+170=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #2481AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2481AA is #DB7E55. Grayscale: #696969. Windows color (decimal): -14384726 or 11174180. OLE color: 11174180.

HSL color Cylindrical-coordinate representation of color #2481AA: hue angle of 198.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2481AA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36129170-
CMYK0.790.2400.33
HSL198.36º65.05%40.39%-
HSV(B)198.36º78.82%66.67%-
XYZ15.8318.9840.86-
YUV105.87164.1978.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.75%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=10.75%
G=38.51%
B=50.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361291700.790.2400.33198.3665.0540.39
Hex2481AA4F18021c64128
Octal442012521173004130610150
Binary10010010000001101010101001111110000100001110001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2481AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2481AA; }

 p { color: rgb(36,129,170); }

 H1.HeaderClassName
 {
   color: #2481AA;
 }
 .AnyTagClassName
 {
   color: #2481AA;
 }
</style>
background-color css

<style>
 a { background-color: #2481AA; }

 a { background-color: rgb(36,129,170); }

 div.DivClassName
 {
   background-color: #2481AA;
 }
 .BgClassName
 {
   background-color: #2481AA;
 }
</style>
border-color css

<style>
 span { border-color: #2481AA; }

 span { border-color: rgb(36,129,170); }

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