#2985AF

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

Shades of Scooter #2985AF

Tints of Scooter #2985AF

Color information

#2985AF (or 0x2985AF) is unknown color: approx Scooter. HEX triplet: 29, 85 and AF. RGB value is (41,133,175). Sum of RGB (Red+Green+Blue) = 41+133+175=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #2985AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2985AF is #D67A50. Grayscale: #6E6E6E. Windows color (decimal): -14056017 or 11502889. OLE color: 11502889.

HSL color Cylindrical-coordinate representation of color #2985AF: hue angle of 198.81º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2985AF is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41133175-
CMYK0.770.2400.31
HSL198.81º62.04%42.35%-
HSV(B)198.81º76.57%68.63%-
XYZ17.0420.3443.59-
YUV110.28164.5278.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=11.75%
G=38.11%
B=50.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411331750.770.2400.31198.8162.0442.35
Hex2985AF4D1801Fc73e2a
Octal51205257115300373077652
Binary101001100001011010111110011011100001111111000111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2985AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2985AF; }

 p { color: rgb(41,133,175); }

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

<style>
 a { background-color: #2985AF; }

 a { background-color: rgb(41,133,175); }

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

<style>
 span { border-color: #2985AF; }

 span { border-color: rgb(41,133,175); }

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