#3B8B9D

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

Shades of Scooter #3B8B9D

Tints of Scooter #3B8B9D

Color information

#3B8B9D (or 0x3B8B9D) is unknown color: approx Scooter. HEX triplet: 3B, 8B and 9D. RGB value is (59,139,157). Sum of RGB (Red+Green+Blue) = 59+139+157=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B8B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8B9D is #C47462. Grayscale: #747474. Windows color (decimal): -12874851 or 10324795. OLE color: 10324795.

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

Color convert

RGB59139157-
CMYK0.620.1100.38
HSL191.02º45.37%42.35%-
HSV(B)191.02º62.42%61.57%-
XYZ17.1221.8335.21-
YUV117.13150.586.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=16.62%
G=39.15%
B=44.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591391570.620.1100.38191.0245.3742.35
Hex3B8B9D3EB026bf2d2a
Octal7321323576130462775552
Binary11101110001011100111011111101011010011010111111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,139,157); }

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

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

 a { background-color: rgb(59,139,157); }

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

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

 span { border-color: rgb(59,139,157); }

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