#2c859b

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

Shades of Scooter #2C859B

Tints of Scooter #2C859B

Color information

#2C859B (or 0x2C859B) is unknown color: approx Scooter. HEX triplet: 2C, 85 and 9B. RGB value is (44,133,155). Sum of RGB (Red+Green+Blue) = 44+133+155=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C859B is #D37A64. Grayscale: #6C6C6C. Windows color (decimal): -13859429 or 10192172. OLE color: 10192172.

HSL color Cylindrical-coordinate representation of color #2C859B: hue angle of 191.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C859B is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB44133155-
CMYK0.720.1400.39
HSL191.89º55.78%39.02%-
HSV(B)191.89º71.61%60.78%-
XYZ15.3419.6834-
YUV108.9154.0181.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=13.25%
G=40.06%
B=46.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441331550.720.1400.39191.8955.7839.02
Hex2C859B48E027c03827
Octal54205233110160473007047
Binary101100100001011001101110010001110010011111000000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c859b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,155); }

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

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

 a { background-color: rgb(44,133,155); }

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

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

 span { border-color: rgb(44,133,155); }

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