#3A8C9B

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

Shades of Scooter #3A8C9B

Tints of Scooter #3A8C9B

Color information

#3A8C9B (or 0x3A8C9B) is unknown color: approx Scooter. HEX triplet: 3A, 8C and 9B. RGB value is (58,140,155). Sum of RGB (Red+Green+Blue) = 58+140+155=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A8C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8C9B is #C57364. Grayscale: #757575. Windows color (decimal): -12940133 or 10193978. OLE color: 10193978.

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

Color convert

RGB58140155-
CMYK0.630.1000.39
HSL189.28º45.54%41.76%-
HSV(B)189.28º62.58%60.78%-
XYZ17.0422.0234.36-
YUV117.19149.3385.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=16.43%
G=39.66%
B=43.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581401550.630.1000.39189.2845.5441.76
Hex3A8C9B3FA027bd2e2a
Octal7221423377120472755652
Binary11101010001100100110111111111010010011110111101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,140,155); }

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

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

 a { background-color: rgb(58,140,155); }

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

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

 span { border-color: rgb(58,140,155); }

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