#2C809C

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

Shades of Scooter #2C809C

Tints of Scooter #2C809C

Color information

#2C809C (or 0x2C809C) is unknown color: approx Scooter. HEX triplet: 2C, 80 and 9C. RGB value is (44,128,156). Sum of RGB (Red+Green+Blue) = 44+128+156=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C809C is #D37F63. Grayscale: #696969. Windows color (decimal): -13860708 or 10256428. OLE color: 10256428.

HSL color Cylindrical-coordinate representation of color #2C809C: hue angle of 195º 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 #2C809C is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB44128156-
CMYK0.720.1800.39
HSL195º56%39.22%-
HSV(B)195º71.79%61.18%-
XYZ14.7618.3734.22-
YUV106.08156.1783.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.41%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=13.41%
G=39.02%
B=47.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441281560.720.1800.391955639.22
Hex2C809C4812027c33827
Octal54200234110220473037047
Binary1011001000000010011100100100010010010011111000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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