#2C8395

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

Shades of Scooter #2C8395

Tints of Scooter #2C8395

Color information

#2C8395 (or 0x2C8395) is unknown color: approx Scooter. HEX triplet: 2C, 83 and 95. RGB value is (44,131,149). Sum of RGB (Red+Green+Blue) = 44+131+149=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #2C8395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8395 is #D37C6A. Grayscale: #6A6A6A. Windows color (decimal): -13859947 or 9798444. OLE color: 9798444.

HSL color Cylindrical-coordinate representation of color #2C8395: hue angle of 190.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C8395 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB44131149-
CMYK0.700.1200.42
HSL190.29º54.4%37.84%-
HSV(B)190.29º70.47%58.43%-
XYZ14.5818.9431.32-
YUV107.04151.6883.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=13.58%
G=40.43%
B=45.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal441311490.700.1200.42190.2954.437.84
Hex2C839546C02Abe3626
Octal54203225106140522766646
Binary101100100000111001010110001101100010101010111110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,131,149); }

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

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

 a { background-color: rgb(44,131,149); }

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

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

 span { border-color: rgb(44,131,149); }

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