#3C9EA5

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

Shades of Scooter #3C9EA5

Tints of Scooter #3C9EA5

Color information

#3C9EA5 (or 0x3C9EA5) is unknown color: approx Scooter. HEX triplet: 3C, 9E and A5. RGB value is (60,158,165). Sum of RGB (Red+Green+Blue) = 60+158+165=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #3C9EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9EA5 is #C3615A. Grayscale: #818181. Windows color (decimal): -12804443 or 10853948. OLE color: 10853948.

HSL color Cylindrical-coordinate representation of color #3C9EA5: hue angle of 184º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C9EA5 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB60158165-
CMYK0.640.0400.35
HSL184º46.67%44.12%-
HSV(B)184º63.64%64.71%-
XYZ20.8828.1339.93-
YUV129.5148.0378.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.67%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 165 (64.84% from 255) = 43.08%
R=15.67%
G=41.25%
B=43.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601581650.640.0400.3518446.6744.12
Hex3C9EA5404023b82f2c
Octal7423624510040432705754
Binary11110010011110101001011000000100010001110111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C9EA5; }

 p { color: rgb(60,158,165); }

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

<style>
 a { background-color: #3C9EA5; }

 a { background-color: rgb(60,158,165); }

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

<style>
 span { border-color: #3C9EA5; }

 span { border-color: rgb(60,158,165); }

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