#3B8B9E

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

Shades of Scooter #3B8B9E

Tints of Scooter #3B8B9E

Color information

#3B8B9E (or 0x3B8B9E) is unknown color: approx Scooter. HEX triplet: 3B, 8B and 9E. RGB value is (59,139,158). Sum of RGB (Red+Green+Blue) = 59+139+158=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B8B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8B9E is #C47461. Grayscale: #757575. Windows color (decimal): -12874850 or 10390331. OLE color: 10390331.

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

Color convert

RGB59139158-
CMYK0.630.1200.38
HSL191.52º45.62%42.55%-
HSV(B)191.52º62.66%61.96%-
XYZ17.2121.8635.66-
YUV117.2515186.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.57%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=16.57%
G=39.04%
B=44.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591391580.630.1200.38191.5245.6242.55
Hex3B8B9E3FC026c02e2b
Octal7321323677140463005653
Binary11101110001011100111101111111100010011011000000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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