#3A8D9E

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

Shades of Scooter #3A8D9E

Tints of Scooter #3A8D9E

Color information

#3A8D9E (or 0x3A8D9E) is unknown color: approx Scooter. HEX triplet: 3A, 8D and 9E. RGB value is (58,141,158). Sum of RGB (Red+Green+Blue) = 58+141+158=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A8D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8D9E is #C57261. Grayscale: #757575. Windows color (decimal): -12939874 or 10390842. OLE color: 10390842.

HSL color Cylindrical-coordinate representation of color #3A8D9E: hue angle of 190.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A8D9E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58141158-
CMYK0.630.1100.38
HSL190.2º46.3%42.35%-
HSV(B)190.2º63.29%61.96%-
XYZ17.4422.4235.76-
YUV118.12150.585.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=16.25%
G=39.50%
B=44.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581411580.630.1100.38190.246.342.35
Hex3A8D9E3FB026be2e2a
Octal7221523677130462765652
Binary11101010001101100111101111111011010011010111110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,141,158); }

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

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

 a { background-color: rgb(58,141,158); }

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

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

 span { border-color: rgb(58,141,158); }

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