#2C829C

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

Shades of Scooter #2C829C

Tints of Scooter #2C829C

Color information

#2C829C (or 0x2C829C) is unknown color: approx Scooter. HEX triplet: 2C, 82 and 9C. RGB value is (44,130,156). Sum of RGB (Red+Green+Blue) = 44+130+156=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C829C is #D37D63. Grayscale: #6B6B6B. Windows color (decimal): -13860196 or 10256940. OLE color: 10256940.

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

Color convert

RGB44130156-
CMYK0.720.1700.39
HSL193.93º56%39.22%-
HSV(B)193.93º71.79%61.18%-
XYZ15.0218.934.31-
YUV107.25155.5182.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=13.33%
G=39.39%
B=47.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441301560.720.1700.39193.935639.22
Hex2C829C4811027c23827
Octal54202234110210473027047
Binary1011001000001010011100100100010001010011111000010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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