#2C8099

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

Shades of Scooter #2C8099

Tints of Scooter #2C8099

Color information

#2C8099 (or 0x2C8099) is unknown color: approx Scooter. HEX triplet: 2C, 80 and 99. RGB value is (44,128,153). Sum of RGB (Red+Green+Blue) = 44+128+153=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C8099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8099 is #D37F66. Grayscale: #696969. Windows color (decimal): -13860711 or 10059820. OLE color: 10059820.

HSL color Cylindrical-coordinate representation of color #2C8099: hue angle of 193.76º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C8099 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB44128153-
CMYK0.710.1600.4
HSL193.76º55.33%38.63%-
HSV(B)193.76º71.24%60%-
XYZ14.5118.2732.9-
YUV105.73154.6783.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=13.54%
G=39.38%
B=47.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal441281530.710.1600.4193.7655.3338.63
Hex2C80994710028c23727
Octal54200231107200503026747
Binary1011001000000010011001100011110000010100011000010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,128,153); }

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

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

 a { background-color: rgb(44,128,153); }

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

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

 span { border-color: rgb(44,128,153); }

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