#2C8994

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

Shades of Scooter #2C8994

Tints of Scooter #2C8994

Color information

#2C8994 (or 0x2C8994) is unknown color: approx Scooter. HEX triplet: 2C, 89 and 94. RGB value is (44,137,148). Sum of RGB (Red+Green+Blue) = 44+137+148=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8994 is #D3766B. Grayscale: #6E6E6E. Windows color (decimal): -13858412 or 9734444. OLE color: 9734444.

HSL color Cylindrical-coordinate representation of color #2C8994: hue angle of 186.35º 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 #2C8994 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB44137148-
CMYK0.700.0700.42
HSL186.35º54.17%37.65%-
HSV(B)186.35º70.27%58.04%-
XYZ15.3320.5631.18-
YUV110.45149.1980.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.37%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=13.37%
G=41.64%
B=44.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal441371480.700.0700.42186.3554.1737.65
Hex2C899446702Aba3626
Octal5421122410670522726646
Binary10110010001001100101001000110111010101010111010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,137,148); }

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

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

 a { background-color: rgb(44,137,148); }

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

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

 span { border-color: rgb(44,137,148); }

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