#2C828E

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

Shades of Scooter #2C828E

Tints of Scooter #2C828E

Color information

#2C828E (or 0x2C828E) is unknown color: approx Scooter. HEX triplet: 2C, 82 and 8E. RGB value is (44,130,142). Sum of RGB (Red+Green+Blue) = 44+130+142=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C828E is #D37D71. Grayscale: #696969. Windows color (decimal): -13860210 or 9339436. OLE color: 9339436.

HSL color Cylindrical-coordinate representation of color #2C828E: hue angle of 187.35º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C828E is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB44130142-
CMYK0.690.0800.44
HSL187.35º52.69%36.47%-
HSV(B)187.35º69.01%55.69%-
XYZ13.918.4528.42-
YUV105.65148.5184.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.92%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=13.92%
G=41.14%
B=44.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441301420.690.0800.44187.3552.6936.47
Hex2C828E45802Cbb3524
Octal54202216105100542736544
Binary101100100000101000111010001011000010110010111011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,142); }

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

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

 a { background-color: rgb(44,130,142); }

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

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

 span { border-color: rgb(44,130,142); }

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